diff --git a/Storage/tests/System/StreamWrapper/UrlStatTest.php b/Storage/tests/System/StreamWrapper/UrlStatTest.php index e68347a30172..f72969a5d291 100644 --- a/Storage/tests/System/StreamWrapper/UrlStatTest.php +++ b/Storage/tests/System/StreamWrapper/UrlStatTest.php @@ -58,7 +58,7 @@ public function testStatOnOpenFileForRead() { $fd = fopen(self::$fileUrl, 'r'); $stat = fstat($fd); - $this->assertEquals(33060, $stat['mode']); + $this->assertEquals(33206, $stat['mode']); } public function testIsWritable()