فهرست منبع

: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>
 	<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>