Merge "Use ::class for class name"

This commit is contained in:
jenkins-bot 2021-04-08 21:07:40 +00:00 committed by Gerrit Code Review
commit ed4b6dd877

View file

@ -100,7 +100,7 @@ class ParserEquivsetTest extends MediaWikiIntegrationTestCase {
* @dataProvider provideGenericTests
*/
public function testGeneric( $rule ) {
if ( !class_exists( 'Wikimedia\Equivset\Equivset' ) ) {
if ( !class_exists( \Wikimedia\Equivset\Equivset::class ) ) {
$this->markTestSkipped( 'Equivset is not installed' );
}
foreach ( $this->getParsers() as $parser ) {