Przeglądaj źródła

:octocat: mute debug output

smiley 2 lat temu
rodzic
commit
571d3ea1d9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -25,6 +25,6 @@
 	</logging>
 	<php>
 		<!-- 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>
 </phpunit>