Skip to content

Commit 40040a6

Browse files
committed
ITT: isTravis helper method tests added.
1 parent 6f764ef commit 40040a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Helpers/ApplicationHelpersTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
class ApplicationHelpersTest extends TestCase
44
{
5+
/** @test */
6+
public function it_can_check_if_tests_are_running_on_travis()
7+
{
8+
$this->assertEquals(getenv('TRAVIS'), $this->isTravis());
9+
}
10+
511
/** @test */
612
public function it_can_emulate_local_environment()
713
{

0 commit comments

Comments
 (0)