Add @covers for RemexStripTagHandler
[lhc/web/wiklou.git] / tests / phpunit / includes / LicensesTest.php
index c7b3ce8..0e96bf4 100644 (file)
@@ -20,6 +20,6 @@ class LicensesTest extends MediaWikiTestCase {
                        'name' => 'AnotherName',
                        'licenses' => $str,
                ] );
-               $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) );
+               $this->assertThat( $lc, $this->isInstanceOf( Licenses::class ) );
        }
 }