We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caff2b commit 6e7c5dcCopy full SHA for 6e7c5dc
Tests/DependencyInjection/FormPassTest.php
@@ -11,6 +11,7 @@
11
12
namespace Symfony\Component\Form\Tests\DependencyInjection;
13
14
+use PHPUnit\Framework\TestCase;
15
use Symfony\Component\Form\DependencyInjection\FormPass;
16
use Symfony\Component\DependencyInjection\ContainerBuilder;
17
use Symfony\Component\DependencyInjection\Definition;
@@ -20,7 +21,7 @@
20
21
/**
22
* @author Bernhard Schussek <[email protected]>
23
*/
-class FormPassTest extends \PHPUnit_Framework_TestCase
24
+class FormPassTest extends TestCase
25
{
26
public function testDoNothingIfFormExtensionNotLoaded()
27
0 commit comments