From c35f87118f0d6f0be7f63a9e9374cdc4c9c0ce01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20R?= Date: Sat, 5 Mar 2016 20:47:06 -0430 Subject: [PATCH] Added file src test --- tests/ConfigurationLoaderTest.php | 7 +++++++ 1 file changed, 7 insertions(+) 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