Skip to content

Commit

Permalink
Changed ENV to SERVER in tests (#31156)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Jan 17, 2020
1 parent 0a70beb commit 70ba18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Database/DatabaseMySqlConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function setUp(): void
{
parent::setUp();

if (! isset($_ENV['CI'])) {
if (! isset($_SERVER['CI'])) {
$this->markTestSkipped('This test is only executed on CI.');
}

Expand Down

0 comments on commit 70ba18f

Please sign in to comment.