Commit 005fbe48 authored by Tobias Munk's avatar Tobias Munk

updated exit code

parent 16b11e72
......@@ -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;
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