From 9bb97c714bb2158fd019ba9efc24a8bc8595b499 Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Tue, 5 Jan 2016 19:01:03 +0100 Subject: fixing unit tests --- tests/lib/files/stream/encryption.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lib/files/stream/encryption.php') diff --git a/tests/lib/files/stream/encryption.php b/tests/lib/files/stream/encryption.php index f9d8f076b63..f67dd09bc4d 100644 --- a/tests/lib/files/stream/encryption.php +++ b/tests/lib/files/stream/encryption.php @@ -117,6 +117,7 @@ class Encryption extends \Test\TestCase { $header->setAccessible(true); $header->setValue($streamWrapper, array()); $header->setAccessible(false); + $this->invokePrivate($streamWrapper, 'signed', [true]); // call stream_open, that's the method we want to test $dummyVar = 'foo'; -- cgit v1.2.3