Generalize ResourceLoader 'excludepage' functionality
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileRepoTest.php
index d1e6dc3..0d3e679 100644 (file)
@@ -50,6 +50,6 @@ class FileRepoTest extends MediaWikiTestCase {
                                'containerPaths' => []
                        ] )
                ] );
-               $this->assertInstanceOf( 'FileRepo', $f );
+               $this->assertInstanceOf( FileRepo::class, $f );
        }
 }