diff options
| author | 2017-04-03 18:42:52 +0200 | |
|---|---|---|
| committer | 2017-04-03 18:42:52 +0200 | |
| commit | 1cace07fd44efdce07249e04f9afcb5e7b5872dd (patch) | |
| tree | 9bac4a6866a7c0b8780212525a26aad232c5c878 /tests/app/Models/CategoryTest.php | |
| parent | d6a51349e89c348e41de658421d74e130039a11f (diff) | |
| parent | ccc95f6b93dae728b9d5be222c3af55d4ef10e1d (diff) | |
Merge pull request #1478 from Alkarex/better_search
Better search
Diffstat (limited to 'tests/app/Models/CategoryTest.php')
| -rw-r--r-- | tests/app/Models/CategoryTest.php | 2 |
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(); |
