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.
2 parents cefb24c + 28dce59 commit e96fa50Copy full SHA for e96fa50
tests/bootstrap.php
@@ -1,4 +1,9 @@
1
<?php
2
+
3
+error_reporting(-1);
4
+ini_set('display_errors', '1');
5
+ini_set('display_startup_errors', '1');
6
7
defined('YII_DEBUG') or define('YII_DEBUG', true);
8
defined('YII_ENV') or define('YII_ENV', 'test');
9
require __DIR__ . '/../vendor/autoload.php';
0 commit comments