Explorar el Código

[tests] added Translator extension into default test configuration

Gedi hace 13 años
padre
commit
612b1767fa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tests/phpunit.xml.dist

+ 3 - 0
tests/phpunit.xml.dist

@@ -28,5 +28,8 @@
         <testsuite name="Object wrappers">
             <directory suffix=".php">./Gedmo/Wrapper/</directory>
         </testsuite>
+        <testsuite name="Translator extension">
+            <directory suffix=".php">./Gedmo/Translator/</directory>
+        </testsuite>
     </testsuites>
 </phpunit>