This repository was archived by the owner on May 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public function fetching_the_mime_type_of_an_svg_file(): void
112
112
}
113
113
114
114
/**
115
- * Delete this tests once https://github.com/thephpleague/flysystem/pull/1375 is released.
115
+ * Delete this test once https://github.com/thephpleague/flysystem/pull/1375 is released.
116
116
*
117
117
* @test
118
118
*/
@@ -132,7 +132,7 @@ public function writing_a_file_with_a_stream(): void
132
132
}
133
133
134
134
/**
135
- * Delete this tests once https://github.com/thephpleague/flysystem/pull/1375 is released.
135
+ * Delete this test once https://github.com/thephpleague/flysystem/pull/1375 is released.
136
136
*
137
137
* @test
138
138
*/
@@ -199,10 +199,10 @@ public function reading_multiple_files(): void
199
199
{
200
200
$ adapter = $ this ->adapter ();
201
201
$ this ->givenWeHaveAnExistingFile ('path1.txt ' , '123 ' );
202
- // $this->givenWeHaveAnExistingFile('path2.txt', '456');
202
+ $ this ->givenWeHaveAnExistingFile ('path2.txt ' , '456 ' );
203
203
204
204
static ::assertSame ('123 ' , $ adapter ->read ('path1.txt ' ));
205
- // static::assertSame('456', $adapter->read('path2.txt'));
205
+ static ::assertSame ('456 ' , $ adapter ->read ('path2.txt ' ));
206
206
}
207
207
208
208
protected static function createFilesystemAdapter (): FilesystemAdapter
You can’t perform that action at this time.
0 commit comments