Explorar el Código

:octocat: mute debug output

smiley hace 2 años
padre
commit
571d3ea1d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>