Skip to content

Commit

Permalink
Merge branch 'master' into set-up-semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
drtheuns committed Jan 15, 2020
2 parents fb7332c + 2f55453 commit b63336e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@
if (file_exists(__DIR__.'/../.env')) {
$dotenv = Dotenv::create(__DIR__.'/../');
$dotenv->load();
} else {
echo "You need to set up a .env file in order to begin testing\n";
echo "Refer to the SETUP.md for more information\n";

exit(1);
}

0 comments on commit b63336e

Please sign in to comment.