浏览代码

[test] Run the test suite in strict mode and use output colors.

Daniele Alessandri 13 年之前
父节点
当前提交
5d42b41c22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<phpunit bootstrap="test/bootstrap.php">
+<phpunit bootstrap="test/bootstrap.php" colors="true" strict="true">
     <testsuites>
         <testsuite name="Predis Test Suite">
             <directory>test/</directory>