Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Dec 11, 2016
1 parent ffc9336 commit 5d3446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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);
Expand Down

0 comments on commit 5d3446d

Please sign in to comment.