@@ -9,12 +9,12 @@ |
||
9 | 9 | define('TESTS_TEMP_DIR', __DIR__.'/temp'); |
10 | 10 | define('VENDOR_PATH', realpath(__DIR__.'/../vendor')); |
11 | 11 | if (!class_exists('PHPUnit_Framework_TestCase') || |
12 | - version_compare(PHPUnit_Runner_Version::id(), '3.5') < 0 |
|
12 | + version_compare(PHPUnit_Runner_Version::id(), '3.5') < 0 |
|
13 | 13 | ) { |
14 | - die('PHPUnit framework is required, at least 3.5 version'); |
|
14 | + die('PHPUnit framework is required, at least 3.5 version'); |
|
15 | 15 | } |
16 | 16 | if (!class_exists('PHPUnit_Framework_MockObject_MockBuilder')) { |
17 | - die('PHPUnit MockObject plugin is required, at least 1.0.8 version'); |
|
17 | + die('PHPUnit MockObject plugin is required, at least 1.0.8 version'); |
|
18 | 18 | } |
19 | 19 | /** @var $loader ClassLoader */ |
20 | 20 | $loader = require __DIR__.'/../vendor/autoload.php'; |
@@ -11,11 +11,9 @@ |
||
11 | 11 | */ |
12 | 12 | namespace StingerSoft\EntitySearchBundle\Form; |
13 | 13 | |
14 | -use StingerSoft\EntitySearchBundle\Model\Query; |
|
15 | 14 | use StingerSoft\EntitySearchBundle\Model\Result\FacetSet; |
16 | 15 | use StingerSoft\EntitySearchBundle\Model\ResultSet; |
17 | 16 | use Symfony\Component\Form\AbstractType; |
18 | -use Symfony\Component\Form\ChoiceList\LazyChoiceList; |
|
19 | 17 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
20 | 18 | use Symfony\Component\Form\FormBuilderInterface; |
21 | 19 | use Symfony\Component\Form\FormEvent; |