Browse Source

:octocat: GH Actions console emoji test

smiley 2 years ago
parent
commit
021893e882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -25,6 +25,6 @@
 	</logging>
 	</logging>
 	<php>
 	<php>
 		<!-- whether the test runs on CI or not - set to false to allow debug output -->
 		<!-- whether the test runs on CI or not - set to false to allow debug output -->
-		<const name="TEST_IS_CI" value="true"/>
+		<const name="TEST_IS_CI" value="false"/>
 	</php>
 	</php>
 </phpunit>
 </phpunit>