:octocat: mute debug output

This commit is contained in:
smiley
2023-01-28 16:32:55 +01:00
parent 1f6ae389fe
commit 571d3ea1d9
+1 -1
View File
@@ -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>