diff options
Diffstat (limited to 'tests/app/Utils/dotNotationUtilTest.php')
| -rw-r--r-- | tests/app/Utils/dotNotationUtilTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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<array{array<string,mixed>,string,string}> |
