From 3cb93bf34dc822f0e41945b1258ea7982f4cdf77 Mon Sep 17 00:00:00 2001 From: Greg Rundlett Date: Fri, 24 Jan 2025 15:22:03 -0500 Subject: [PATCH] PHPUnit_Framework_TestCase is now namespaced PHPUnit started using fully namespaced class names back in v6 --- tests/phpunit/Integration/I18nJsonFileIntegrityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Integration/I18nJsonFileIntegrityTest.php b/tests/phpunit/Integration/I18nJsonFileIntegrityTest.php index 7d0b536..0b84f66 100644 --- a/tests/phpunit/Integration/I18nJsonFileIntegrityTest.php +++ b/tests/phpunit/Integration/I18nJsonFileIntegrityTest.php @@ -13,7 +13,7 @@ * * @author mwjames */ -class I18nJsonFileIntegrityTest extends \PHPUnit_Framework_TestCase { +class I18nJsonFileIntegrityTest extends PHPUnit\Framework\TestCase { /** * @dataProvider i18nFileProvider