Skip to content

Commit c35f871

Browse files
committed
Added file src test
1 parent 1efcddc commit c35f871

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/ConfigurationLoaderTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ public function testRequiredOptions()
2828

2929
$loader->loadFromArray([]);
3030
}
31+
32+
public function testLoadFromFile()
33+
{
34+
$loader = new Loader(dirname(__DIR__));
35+
36+
$loader->loadFromFile(__DIR__ . "/testing.json");
37+
}
3138
}

0 commit comments

Comments
 (0)