File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Extension/DependencyInjection Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Form \Tests \Extension \DependencyInjection ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \DependencyInjection \Exception \ServiceNotFoundException ;
15
16
use Symfony \Component \Form \Extension \DependencyInjection \DependencyInjectionExtension ;
16
17
17
- class DependencyInjectionExtensionTest extends \PHPUnit_Framework_TestCase
18
+ class DependencyInjectionExtensionTest extends TestCase
18
19
{
19
20
public function testGetTypeExtensions ()
20
21
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Form \Tests \Util ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Form \Util \StringUtil ;
15
16
16
- class StringUtilTest extends \PHPUnit_Framework_TestCase
17
+ class StringUtilTest extends TestCase
17
18
{
18
19
public function testTrim ()
19
20
{
You can’t perform that action at this time.
0 commit comments