浏览代码

[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>