Fix missing backtick before OC

remotes/origin/throw-loginexception-failed-login
Joas Schilling 10 years ago
parent e823d50044
commit e88a9b2fed
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 2
      tests/lib/StreamWrappersTest.php

@ -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));

Loading…
Cancel
Save