diff options
Diffstat (limited to 'apps/files_encryption/tests/stream.php')
-rw-r--r-- | apps/files_encryption/tests/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/stream.php b/apps/files_encryption/tests/stream.php index d95ea792f72..517d497344e 100644 --- a/apps/files_encryption/tests/stream.php +++ b/apps/files_encryption/tests/stream.php @@ -8,7 +8,7 @@ class Test_CryptStream extends UnitTestCase { private $tmpFiles=array(); - + function testStream(){ $stream=$this->getStream('test1','w',strlen('foobar')); fwrite($stream,'foobar'); |