@@ -7,7 +7,7 @@ |
||
7 | 7 | */ |
8 | 8 | public function it_can_get_a_php_file_from_a_folder() |
9 | 9 | { |
10 | - file_put_contents("{$this->path}/foobar.php", 'foobar.txt'); |
|
10 | + file_put_contents("{$this->path}/foobar.php", 'foobar.txt'); |
|
11 | 11 | $files = $this->fileCollector |
12 | 12 | ->get('.php') |
13 | 13 | ->from($this->path); |