From a7e633bc58bb8ebf466241dac99c58bdafdab937 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 14 Sep 2025 21:27:55 +0200 Subject: Minor explicit namespace fix for PHPUnit (#7960) * Minor explicit namespace fix for PHPUnit * final --- tests/app/Models/SearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Models/SearchTest.php') diff --git a/tests/app/Models/SearchTest.php b/tests/app/Models/SearchTest.php index e6efdbe55..4c66880db 100644 --- a/tests/app/Models/SearchTest.php +++ b/tests/app/Models/SearchTest.php @@ -5,7 +5,7 @@ use PHPUnit\Framework\Attributes\DataProvider; require_once LIB_PATH . '/lib_date.php'; -class SearchTest extends PHPUnit\Framework\TestCase { +final class SearchTest extends \PHPUnit\Framework\TestCase { #[DataProvider('provideEmptyInput')] public static function test__construct_whenInputIsEmpty_getsOnlyNullValues(string $input): void { -- cgit v1.2.3