Explorar el Código

Mark the exporter test as legacy

Grégoire Paris hace 8 años
padre
commit
6356119511
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Tests/Export/ExporterTest.php

+ 3 - 0
Tests/Export/ExporterTest.php

@@ -14,6 +14,9 @@ namespace Sonata\AdminBundle\Tests\Filter;
 use Exporter\Source\ArraySourceIterator;
 use Sonata\AdminBundle\Export\Exporter;
 
+/**
+ * @group legacy
+ */
 class ExporterTest extends \PHPUnit_Framework_TestCase
 {
     /**