aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/SearchContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/SearchContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/SearchContext.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/acceptance/features/bootstrap/SearchContext.php b/tests/acceptance/features/bootstrap/SearchContext.php
index d2d6b708067..bd4ba2beaef 100644
--- a/tests/acceptance/features/bootstrap/SearchContext.php
+++ b/tests/acceptance/features/bootstrap/SearchContext.php
@@ -24,7 +24,6 @@
use Behat\Behat\Context\Context;
class SearchContext implements Context, ActorAwareInterface {
-
use ActorAware;
/**
@@ -111,5 +110,4 @@ class SearchContext implements Context, ActorAwareInterface {
PHPUnit_Framework_Assert::assertEquals(
$path, $this->actor->find(self::searchResultPath($number), 10)->getText());
}
-
}