File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Extension/Core/DataTransformer Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Form \Tests \ChoiceList \Loader ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Component \Form \ChoiceList \LazyChoiceList ;
1516use Symfony \Component \Form \ChoiceList \Loader \CallbackChoiceLoader ;
1617
1718/**
1819 * @author Jules Pietri <jules@heahprod.com>
1920 */
20- class CallbackChoiceLoaderTest extends \PHPUnit_Framework_TestCase
21+ class CallbackChoiceLoaderTest extends TestCase
2122{
2223 /**
2324 * @var \Symfony\Component\Form\ChoiceList\Loader\CallbackChoiceLoader
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Form \Tests \Extension \Core \DataTransformer ;
1313
14- abstract class DateIntervalTestCase extends \PHPUnit_Framework_TestCase
14+ use PHPUnit \Framework \TestCase ;
15+
16+ abstract class DateIntervalTestCase extends TestCase
1517{
1618 public static function assertDateIntervalEquals (\DateInterval $ expected , \DateInterval $ actual )
1719 {
You can’t perform that action at this time.
0 commit comments