Skip to content

Commit

Permalink
Test that F::init() indeed works.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 17, 2018
1 parent 48724bb commit a7373a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Unit/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class FunctionsTest extends TestCaseEnumerable
function testInit ()
{
F::init();
$this->assertNotEmpty(F::$identity);
}

function testIdentity ()
Expand Down

0 comments on commit a7373a8

Please sign in to comment.