aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php')
-rw-r--r--tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php b/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
index 3abc94737024..b98a999345cb 100644
--- a/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
+++ b/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
@@ -1398,7 +1398,7 @@ class FileBackendIntegrationTest extends MediaWikiIntegrationTestCase {
);
}
- $obj = new stdClass();
+ $obj = (object)[];
$tmpFile->bind( $obj );
}