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 1111
1212namespace Symfony \Component \Form \Tests \Extension \DependencyInjection ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Component \DependencyInjection \Exception \ServiceNotFoundException ;
1516use Symfony \Component \Form \Extension \DependencyInjection \DependencyInjectionExtension ;
1617
17- class DependencyInjectionExtensionTest extends \PHPUnit_Framework_TestCase
18+ class DependencyInjectionExtensionTest extends TestCase
1819{
1920 public function testGetTypeExtensions ()
2021 {
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Form \Tests \Util ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Component \Form \Util \StringUtil ;
1516
16- class StringUtilTest extends \PHPUnit_Framework_TestCase
17+ class StringUtilTest extends TestCase
1718{
1819 public function testTrim ()
1920 {
You can’t perform that action at this time.
0 commit comments