We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e476f commit bc4fbf8Copy full SHA for bc4fbf8
tests/integration/run.php
@@ -1,4 +1,6 @@
1
<?php
2
+ini_set('display_errors', 1);
3
+error_reporting(E_ALL);
4
5
$rootDir = dirname(dirname(__DIR__));
6
0 commit comments