diff options
Diffstat (limited to 'build/integration/features/bootstrap/Search.php')
-rw-r--r-- | build/integration/features/bootstrap/Search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/Search.php b/build/integration/features/bootstrap/Search.php index 6d6d9c3ecda..72a20a08ce8 100644 --- a/build/integration/features/bootstrap/Search.php +++ b/build/integration/features/bootstrap/Search.php @@ -86,5 +86,4 @@ trait Search { Assert::assertEquals($expectedValue, $searchResult[$expectedField], "Field '$expectedField' does not match ({$searchResult[$expectedField]})"); } } - } |