Fix missing backtick before OC

This commit is contained in:
Joas Schilling 2016-05-19 09:41:45 +02:00
parent e823d50044
commit e88a9b2fed
No known key found for this signature in database
GPG key ID: 70A0B324C41C0946

View file

@ -56,7 +56,7 @@ class StreamWrappersTest extends \Test\TestCase {
public function testCloseStream() {
//ensure all basic stream stuff works
$sourceFile = OC::$SERVERROOT . '/tests/data/lorem.txt';
$sourceFile = \OC::$SERVERROOT . '/tests/data/lorem.txt';
$tmpFile = \OC::$server->getTempManager()->getTemporaryFile('.txt');
$file = 'close://' . $tmpFile;
$this->assertTrue(file_exists($file));