Преглед на файлове

Fixed wrong import in tests (#3977)

Christian Gripp преди 9 години
родител
ревизия
175e73dd1f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      Tests/Form/ChoiceList/ModelChoiceListTest.php
  2. 1 1
      Tests/Form/ChoiceList/ModelChoiceLoaderTest.php

+ 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
 {