aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/CategoryTest.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 22:31:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 22:31:12 +0200
commitd9c0d25b85ef3df7ea2cdc261e274efcdd5cfce0 (patch)
tree6db6cd1a2cca013ab6cc7809ce8ec9fad3e67b73 /tests/app/Models/CategoryTest.php
parentf98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (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/CategoryTest.php')
-rw-r--r--tests/app/Models/CategoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Models/CategoryTest.php b/tests/app/Models/CategoryTest.php
index da439b785..2fd153aee 100644
--- a/tests/app/Models/CategoryTest.php
+++ b/tests/app/Models/CategoryTest.php
@@ -1,6 +1,6 @@
<?php
-class FreshRSS_CategoryTest extends \PHPUnit_Framework_TestCase {
+class FreshRSS_CategoryTest extends PHPUnit\Framework\TestCase {
public function test__construct_whenNoParameters_createsObjectWithDefaultValues() {
$category = new FreshRSS_Category();