[Filesystem] fixed a test broken after merging the 2.3 branch

This commit is contained in:
Fabien Potencier 2014-03-26 12:55:03 +01:00
parent ab42e9cbc4
commit 7a29818d77

View File

@ -890,7 +890,7 @@ class FilesystemTest extends FilesystemTestCase
// skip mode check on Windows
if (!defined('PHP_WINDOWS_VERSION_MAJOR')) {
$this->assertEquals(600, $this->getFilePermissions($filename));
$this->assertFilePermissions(600, $filename);
}
}