phpcs: More require/include is not a function
[lhc/web/wiklou.git] / tests / phpunit / includes / media / XMPTest.php
index 3e39675..25a43eb 100644 (file)
@@ -62,7 +62,7 @@ class XMPTest extends MediaWikiTestCase {
                        // result array, but it seems kind of big to put directly in the test
                        // file.
                        $result = null;
-                       include( $xmpPath . $file[0] . '.result.php' );
+                       include $xmpPath . $file[0] . '.result.php';
                        $data[] = array( $xmp, $result, '[' . $file[0] . '.xmp] ' . $file[1] );
                }