aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/FeedDAOTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Models/FeedDAOTest.php')
-rw-r--r--tests/app/Models/FeedDAOTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Models/FeedDAOTest.php b/tests/app/Models/FeedDAOTest.php
index 2c7f6488f..77f21244a 100644
--- a/tests/app/Models/FeedDAOTest.php
+++ b/tests/app/Models/FeedDAOTest.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
-class FeedDAOTest extends PHPUnit\Framework\TestCase {
+final class FeedDAOTest extends \PHPUnit\Framework\TestCase {
public static function test_ttl_min(): void {
$feed = new FreshRSS_Feed('https://example.net/', false);
$feed->_ttl(-5);