aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/CategoryTest.php
diff options
context:
space:
mode:
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 bdb2a971b..ac450de1d 100644
--- a/tests/app/Models/CategoryTest.php
+++ b/tests/app/Models/CategoryTest.php
@@ -51,7 +51,7 @@ class CategoryTest extends PHPUnit\Framework\TestCase {
->method('name')
->willReturn('lll');
- $category = new FreshRSS_Category('test', [
+ $category = new FreshRSS_Category('test', 0, [
$feed_1,
$feed_2,
$feed_3,