Skip to content

Commit 6e7c5dc

Browse files
committed
Updated to PHPUnit namespaces
1 parent 6caff2b commit 6e7c5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/DependencyInjection/FormPassTest.php

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

1212
namespace Symfony\Component\Form\Tests\DependencyInjection;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Form\DependencyInjection\FormPass;
1516
use Symfony\Component\DependencyInjection\ContainerBuilder;
1617
use Symfony\Component\DependencyInjection\Definition;
@@ -20,7 +21,7 @@
2021
/**
2122
* @author Bernhard Schussek <[email protected]>
2223
*/
23-
class FormPassTest extends \PHPUnit_Framework_TestCase
24+
class FormPassTest extends TestCase
2425
{
2526
public function testDoNothingIfFormExtensionNotLoaded()
2627
{

0 commit comments

Comments
 (0)