Skip to content

Commit

Permalink
Fix error typo bootstrap.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 20, 2023
1 parent cd0ac64 commit ea99268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
// ensure we get report on all possible php errors
error_reporting(-1);

defined('YII_DEBUG') or define('YII_DEBUG', false);
define('YII_ENABLE_ERROR_HANDLER', false);
define('YII_ENV', 'test');
defined('YII_DEBUG') or define('YII_DEBUG', false);

$_SERVER['SCRIPT_NAME'] = '/' . __DIR__;
$_SERVER['SCRIPT_FILENAME'] = __FILE__;
Expand Down

0 comments on commit ea99268

Please sign in to comment.