Commit 5d3446de authored by Tobias Munk's avatar Tobias Munk

fixed typo

parent ffc93364
Pipeline #17554 passed with stages
in 2 minutes and 57 seconds
......@@ -5,7 +5,7 @@ require(__DIR__ . '/../../src/config/env.php');
if (getenv('YII_ENV') !== 'test') {
echo "Error: YII_ENV must be set to 'test'\n";
exit 1;
exit(1);
}
defined('YII_DEBUG') or define('YII_DEBUG', true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment