Merge "Improve type hints in export related classes"
[lhc/web/wiklou.git] / tests / phpunit / unit / includes / GlobalFunctions / wfGetCallerTest.php
index c77c351..ae397d5 100644 (file)
@@ -4,7 +4,7 @@
  * @group GlobalFunctions
  * @covers ::wfGetCaller
  */
-class WfGetCallerTest extends \MediaWikiUnitTestCase {
+class WfGetCallerTest extends MediaWikiUnitTestCase {
        public function testZero() {
                $this->assertEquals( 'WfGetCallerTest->testZero', wfGetCaller( 1 ) );
        }