Преглед на файлове

[tests] added Translator extension into default test configuration

Gedi преди 13 години
родител
ревизия
612b1767fa
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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>