Skip to content

Commit

Permalink
Test double include doesnt implode things
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Jun 15, 2015
1 parent 81cbba6 commit 9a63d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/GlobalFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ public static function setUpBeforeClass()
\Packaged\Helpers\PackagedHelpers::includeGlobalFunctions();
}

public function testDoubleInclude()
{
\Packaged\Helpers\PackagedHelpers::includeGlobalFunctions();
$this->assertTrue(function_exists('idp'));
}

public function testJsonPretty()
{
$this->assertEquals(
Expand Down

0 comments on commit 9a63d18

Please sign in to comment.