Skip to content

Commit 40d391f

Browse files
committed
Tweak testing detection.
1 parent cb393a3 commit 40d391f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
|
6060
*/
6161

62-
if ($unitTesting) $app['env'] = $testEnvironment;
62+
if (isset($unitTesting)) $app['env'] = $testEnvironment;
6363

6464
/*
6565
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)