diff options
| author | 2017-04-01 22:31:12 +0200 | |
|---|---|---|
| committer | 2017-04-01 22:31:12 +0200 | |
| commit | d9c0d25b85ef3df7ea2cdc261e274efcdd5cfce0 (patch) | |
| tree | 6db6cd1a2cca013ab6cc7809ce8ec9fad3e67b73 /tests/app/Models/UserQueryTest.php | |
| parent | f98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (diff) | |
Improve search: intitle, author, inurl
Allow multiple values of intitle: , author:, inurl:
Note: Tests for UserQueryTest are broken due to
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
Diffstat (limited to 'tests/app/Models/UserQueryTest.php')
| -rw-r--r-- | tests/app/Models/UserQueryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Models/UserQueryTest.php b/tests/app/Models/UserQueryTest.php index a0928d5ae..5c12a12fc 100644 --- a/tests/app/Models/UserQueryTest.php +++ b/tests/app/Models/UserQueryTest.php @@ -3,7 +3,7 @@ /** * Description of UserQueryTest */ -class UserQueryTest extends \PHPUnit_Framework_TestCase { +class UserQueryTest extends PHPUnit\Framework\TestCase { public function test__construct_whenAllQuery_storesAllParameters() { $query = array('get' => 'a'); |
