Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features')
-rw-r--r--tests/features/bootstrap/FederationContext.php1
-rw-r--r--tests/features/bootstrap/RichDocumentsContext.php1
-rw-r--r--tests/features/bootstrap/WopiContext.php1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/features/bootstrap/FederationContext.php b/tests/features/bootstrap/FederationContext.php
index 2184058e..e4981306 100644
--- a/tests/features/bootstrap/FederationContext.php
+++ b/tests/features/bootstrap/FederationContext.php
@@ -31,7 +31,6 @@ use JuliusHaertl\NextcloudBehat\Context\ServerContext;
use JuliusHaertl\NextcloudBehat\Context\SharingContext;
class FederationContext implements Context {
-
/** @var ServerContext */
private $serverContext;
/** @var SharingContext */
diff --git a/tests/features/bootstrap/RichDocumentsContext.php b/tests/features/bootstrap/RichDocumentsContext.php
index 8810ac59..e6465e0f 100644
--- a/tests/features/bootstrap/RichDocumentsContext.php
+++ b/tests/features/bootstrap/RichDocumentsContext.php
@@ -11,7 +11,6 @@ use JuliusHaertl\NextcloudBehat\Context\SharingContext;
use PHPUnit\Framework\Assert;
class RichDocumentsContext implements Context {
-
/** @var ServerContext */
private $serverContext;
/** @var FilesContext */
diff --git a/tests/features/bootstrap/WopiContext.php b/tests/features/bootstrap/WopiContext.php
index 9f83a40f..123a9cc4 100644
--- a/tests/features/bootstrap/WopiContext.php
+++ b/tests/features/bootstrap/WopiContext.php
@@ -34,7 +34,6 @@ use JuliusHaertl\NextcloudBehat\Context\ServerContext;
use PHPUnit\Framework\Assert;
class WopiContext implements Context {
-
/** @var ServerContext */
private $serverContext;
/** @var FilesContext */