diff --git a/tests/lib/StreamWrappersTest.php b/tests/lib/StreamWrappersTest.php
index 14bcbb847d9ff437ab1a43fc5707ad6688530cc2..a378f975fdec04a36733496c1bdfa40dae8fb271 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));