Skip to content

Commit 6fe96ad

Browse files
committed
fix tests with phpunit 4.8
1 parent 2d874d0 commit 6fe96ad

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Tests/Form/ChoiceList/PropelChoiceLoaderTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
namespace Propel\Bundle\PropelBundle\Tests\Form\ChoiceList;
44

5-
use PHPUnit\Framework\TestCase;
65
use Propel\Bundle\PropelBundle\Form\ChoiceList\PropelChoiceLoader;
7-
use Propel\Bundle\PropelBundle\Tests\Fixtures\Item;
8-
use Propel\Bundle\PropelBundle\Tests\Fixtures\ItemQuery;
96
use Propel\Bundle\PropelBundle\Tests\Fixtures\Model\Book;
10-
use Propel\Bundle\PropelBundle\Tests\Fixtures\Model\BookQuery;
117
use Propel\Bundle\PropelBundle\Tests\Fixtures\Model\map\BookTableMap;
128
use Symfony\Component\Form\ChoiceList\ArrayChoiceList;
139
use 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

0 commit comments

Comments
 (0)