@@ -2,7 +2,6 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace Netgen\Bundle\InformationCollectionBundle\Tests\Value; |
4 | 4 | |
5 | -use eZ\Publish\Core\Repository\Values\Content\Content; |
|
6 | 5 | use Netgen\Bundle\EzFormsBundle\Form\DataWrapper; |
7 | 6 | use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected; |
8 | 7 | use Netgen\Bundle\InformationCollectionBundle\Value\TemplateData; |
@@ -10,6 +9,7 @@ discard block |
||
10 | 9 | use Twig_Environment; |
11 | 10 | use Twig_Loader_Array; |
12 | 11 | use Twig_TemplateWrapper; |
12 | +use eZ\Publish\Core\Repository\Values\Content\Content; |
|
13 | 13 | |
14 | 14 | class TemplateDataTest extends TestCase |
15 | 15 | { |