Forráskód Böngészése

:octocat: mute debug output

smiley 2 éve
szülő
commit
571d3ea1d9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>