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

:octocat: mute debug output

smiley преди 2 години
родител
ревизия
571d3ea1d9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -25,6 +25,6 @@
 	</logging>
 	</logging>
 	<php>
 	<php>
 		<!-- whether the test runs on CI or not - set to false to allow debug output -->
 		<!-- whether the test runs on CI or not - set to false to allow debug output -->
-		<const name="TEST_IS_CI" value="false"/>
+		<const name="TEST_IS_CI" value="true"/>
 	</php>
 	</php>
 </phpunit>
 </phpunit>