瀏覽代碼

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
 {