diff --git a/tests/ConfigurationLoaderTest.php b/tests/ConfigurationLoaderTest.php index e134128..a3b9dc6 100644 --- a/tests/ConfigurationLoaderTest.php +++ b/tests/ConfigurationLoaderTest.php @@ -28,4 +28,11 @@ public function testRequiredOptions() $loader->loadFromArray([]); } + + public function testLoadFromFile() + { + $loader = new Loader(dirname(__DIR__)); + + $loader->loadFromFile(__DIR__ . "/testing.json"); + } } \ No newline at end of file