We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5778d3 + 971419a commit 6069cb6Copy full SHA for 6069cb6
tests/OpenCloud/Smoke/Unit/ObjectStore.php
@@ -39,7 +39,7 @@ private function createFiles($dir)
39
{
40
$content = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 1000);
41
for ($i = 1; $i <= 50; $i++) {
42
- $fh = fopen($dir . self::OBJECT_NAME . "_$i", 'c+');
+ $fh = fopen($dir . '/' . self::OBJECT_NAME . "_$i", 'c+');
43
fwrite($fh, $content);
44
fclose($fh);
45
}
0 commit comments