File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace Propel \Bundle \PropelBundle \Tests \Form \ChoiceList ;
44
5- use PHPUnit \Framework \TestCase ;
65use Propel \Bundle \PropelBundle \Form \ChoiceList \PropelChoiceLoader ;
7- use Propel \Bundle \PropelBundle \Tests \Fixtures \Item ;
8- use Propel \Bundle \PropelBundle \Tests \Fixtures \ItemQuery ;
96use Propel \Bundle \PropelBundle \Tests \Fixtures \Model \Book ;
10- use Propel \Bundle \PropelBundle \Tests \Fixtures \Model \BookQuery ;
117use Propel \Bundle \PropelBundle \Tests \Fixtures \Model \map \BookTableMap ;
128use Symfony \Component \Form \ChoiceList \ArrayChoiceList ;
139use Symfony \Component \Form \ChoiceList \Factory \ChoiceListFactoryInterface ;
1410
1511/**
1612 * @author Jérémie Augustin <jeremie.augustin@pixel-cookers.com>
1713 */
18- class PropelChoiceLoaderTest extends TestCase
14+ class PropelChoiceLoaderTest extends \PHPUnit_Framework_TestCase
1915{
2016 /**
2117 * @var ChoiceListFactoryInterface
You can’t perform that action at this time.
0 commit comments