|
@@ -2,14 +2,14 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Netgen\Bundle\InformationCollectionBundle\Tests\FieldHandler; |
|
4
|
4
|
|
|
5
|
|
-use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
6
|
|
-use eZ\Publish\Core\Repository\ContentTypeService; |
|
7
|
|
-use eZ\Publish\Core\Repository\Values\Content\Location; |
|
8
|
5
|
use Netgen\Bundle\InformationCollectionBundle\Form\Builder\FormBuilder; |
|
9
|
6
|
use PHPUnit\Framework\TestCase; |
|
10
|
7
|
use Symfony\Component\Form\FormBuilder as SymfonyFormBuilder; |
|
11
|
8
|
use Symfony\Component\Form\FormFactory; |
|
12
|
9
|
use Symfony\Component\Routing\Router; |
|
|
10
|
+use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
|
11
|
+use eZ\Publish\Core\Repository\ContentTypeService; |
|
|
12
|
+use eZ\Publish\Core\Repository\Values\Content\Location; |
|
13
|
13
|
|
|
14
|
14
|
class FormBuilderTest extends TestCase |
|
15
|
15
|
{ |
Please login to merge, or discard this patch.