From e88a9b2fed7e395bb80c87d837fc688b74dc667e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 May 2016 09:41:45 +0200 Subject: Fix missing backtick before OC --- tests/lib/StreamWrappersTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/StreamWrappersTest.php b/tests/lib/StreamWrappersTest.php index 14bcbb847d9..a378f975fde 100644 --- a/tests/lib/StreamWrappersTest.php +++ b/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)); -- cgit v1.2.3