Skip to content

Commit e80ae26

Browse files
authored
Merge pull request #106 from freephile/patch-1
PHPUnit_Framework_TestCase is now namespaced
2 parents bbc4ea1 + 3cb93bf commit e80ae26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/Integration/I18nJsonFileIntegrityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class I18nJsonFileIntegrityTest extends \PHPUnit_Framework_TestCase {
16+
class I18nJsonFileIntegrityTest extends PHPUnit\Framework\TestCase {
1717

1818
/**
1919
* @dataProvider i18nFileProvider

0 commit comments

Comments
 (0)