| 1 | <?php |
||
| 25 | class JsonFileLoaderSpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function let(FilesystemInterface $filesystem) |
||
| 31 | |||
| 32 | function it_is_initializable() |
||
| 36 | |||
| 37 | function it_implements_configuration_loader_interface() |
||
| 41 | |||
| 42 | function it_loads_json_file(FilesystemInterface $filesystem) |
||
| 53 | |||
| 54 | function it_throws_an_exception_if_file_does_not_exist(FilesystemInterface $filesystem) |
||
| 60 | } |
||
| 61 |