|
|
|
@ -93,14 +93,14 @@ class Filesystem extends \PHPUnit_Framework_TestCase { |
|
|
|
|
$rootView->mkdir('/'.$user); |
|
|
|
|
$rootView->mkdir('/'.$user.'/files'); |
|
|
|
|
|
|
|
|
|
\OC\Files\Filesystem::file_put_contents('/foo', 'foo'); |
|
|
|
|
// \OC\Files\Filesystem::file_put_contents('/foo', 'foo'); |
|
|
|
|
\OC\Files\Filesystem::mkdir('/bar'); |
|
|
|
|
\OC\Files\Filesystem::file_put_contents('/bar//foo', 'foo'); |
|
|
|
|
// \OC\Files\Filesystem::file_put_contents('/bar//foo', 'foo'); |
|
|
|
|
|
|
|
|
|
$tmpFile = \OC_Helper::tmpFile(); |
|
|
|
|
file_put_contents($tmpFile, 'foo'); |
|
|
|
|
$fh = fopen($tmpFile, 'r'); |
|
|
|
|
\OC\Files\Filesystem::file_put_contents('/bar//foo', $fh); |
|
|
|
|
// \OC\Files\Filesystem::file_put_contents('/bar//foo', $fh); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public function dummyHook($arguments) { |
|
|
|
|