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/Utils/dotNotationUtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Utils/dotNotationUtilTest.php') diff --git a/tests/app/Utils/dotNotationUtilTest.php b/tests/app/Utils/dotNotationUtilTest.php index 787d3ddf3..5efa85295 100644 --- a/tests/app/Utils/dotNotationUtilTest.php +++ b/tests/app/Utils/dotNotationUtilTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); use PHPUnit\Framework\Attributes\DataProvider; -class dotNotationUtilTest extends PHPUnit\Framework\TestCase { +final class dotNotationUtilTest extends \PHPUnit\Framework\TestCase { /** * @return Traversable,string,string}> -- cgit v1.2.3