mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Merge "Use ::class for class name"
This commit is contained in:
commit
ed4b6dd877
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue