From 7355d9b98a062b8307b2252643ef105921e09c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 7 Feb 2019 17:39:55 +0100 Subject: [PATCH] Make comment more descriptive [ci skip] --- tests/TestCase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 2df8acd5..ad613118 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -73,7 +73,8 @@ class TestCase extends \Orchestra\Testbench\TestCase public function isTravis() { - // Multiple, just to make sure. Someone might accidentally set one on their computer. + // Multiple, just to make sure. Someone might accidentally + // set one of these environment vars on their computer. return env('CI') && env('TRAVIS') && env('CONTINUOUS_INTEGRATION'); } }