瀏覽代碼

add the setUp method to the legacy group

It contains BC code that will trigger deprecation notices.
Grégoire Paris 9 年之前
父節點
當前提交
5a71dc975d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Tests/Form/DataTransformer/ModelsToArrayTransformerTest.php

+ 3 - 0
Tests/Form/DataTransformer/ModelsToArrayTransformerTest.php

@@ -26,6 +26,9 @@ class ModelsToArrayTransformerTest extends \PHPUnit_Framework_TestCase
 
     private $modelManager;
 
+    /**
+     * @group legacy
+     */
     public function setUp()
     {
         $this->modelChoiceList = $this->getMockBuilder('Sonata\AdminBundle\Form\ChoiceList\ModelChoiceList')