| 1 | <?php |
||
| 9 | class FileReaderSpec extends ObjectBehavior |
||
| 10 | { |
||
| 11 | const EXISTING_FILE_PATH = '/../../fixtures/messages.en.yml'; |
||
| 12 | const NOT_EXISTING_FILE_PATH = '/../../fixtures/not_existing.yml'; |
||
| 13 | |||
| 14 | public function it_reads_a_stream(Translation $translation) |
||
| 19 | |||
| 20 | public function it_throws_an_exception_when_file_cannot_be_found(Translation $translation) |
||
| 27 | } |
||
| 28 |