Skip to content

Commit

Permalink
Added file src test
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanrz committed Mar 6, 2016
1 parent 1efcddc commit c35f871
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/ConfigurationLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ public function testRequiredOptions()

$loader->loadFromArray([]);
}

public function testLoadFromFile()
{
$loader = new Loader(dirname(__DIR__));

$loader->loadFromFile(__DIR__ . "/testing.json");
}
}

0 comments on commit c35f871

Please sign in to comment.