Explorar o código

[tests] added Translator extension into default test configuration

Gedi %!s(int64=13) %!d(string=hai) anos
pai
achega
612b1767fa
Modificáronse 1 ficheiros con 3 adicións e 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>