Merge "Fix Oracle 1.23 missing patches (rebase)"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiUploadTest.php
index 74219bd..8ea761f 100644 (file)
@@ -467,7 +467,7 @@ class ApiUploadTest extends ApiTestCaseUpload {
                $resultOffset = 0;
                // Open the file:
                wfSuppressWarnings();
-               $handle = @fopen( $filePath, "r" );
+               $handle = fopen( $filePath, "r" );
                wfRestoreWarnings();
 
                if ( $handle === false ) {