Prechádzať zdrojové kódy

Fixed wrong import in tests (#3977)

Christian Gripp 9 rokov pred
rodič
commit
175e73dd1f

+ 1 - 1
Tests/Form/ChoiceList/ModelChoiceListTest.php

@@ -12,7 +12,7 @@
 namespace Sonata\AdminBundle\Tests\Form\ChoiceList;
 
 use Sonata\AdminBundle\Form\ChoiceList\ModelChoiceList;
-use Sonata\CoreBundle\Tests\Fixtures\Bundle\Entity\Foo;
+use Sonata\AdminBundle\Tests\Fixtures\Bundle\Entity\Foo;
 
 class ModelChoiceListTest extends \PHPUnit_Framework_TestCase
 {

+ 1 - 1
Tests/Form/ChoiceList/ModelChoiceLoaderTest.php

@@ -12,7 +12,7 @@
 namespace Sonata\AdminBundle\Tests\Form\ChoiceList;
 
 use Sonata\AdminBundle\Form\ChoiceList\ModelChoiceLoader;
-use Sonata\CoreBundle\Tests\Fixtures\Bundle\Entity\Foo;
+use Sonata\AdminBundle\Tests\Fixtures\Bundle\Entity\Foo;
 
 class ModelChoiceLoaderTest extends \PHPUnit_Framework_TestCase
 {