Skip to content

Commit d6a164a

Browse files
Merge branch '2.8' into 3.2
* 2.8: Updated PHPUnit namespaces
2 parents 138256b + 2463176 commit d6a164a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Util/ArrayConverterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111

1212
namespace Symfony\Component\Translation\Tests\Util;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Translation\Util\ArrayConverter;
1516

16-
class ArrayConverterTest extends \PHPUnit_Framework_TestCase
17+
class ArrayConverterTest extends TestCase
1718
{
1819
/**
1920
* @dataProvider messagesData

0 commit comments

Comments
 (0)