mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Merge "EchoNotifierTest: Temporarily skip testNotifyForFilter"
This commit is contained in:
commit
66a563ca09
|
@ -73,6 +73,7 @@ class EchoNotifierTest extends MediaWikiIntegrationTestCase {
|
|||
* @covers ::notifyForFilter
|
||||
*/
|
||||
public function testNotifyForFilter() {
|
||||
$this->markTestSkipped( 'EchoEvent is being renamed' );
|
||||
if ( !class_exists( EchoEvent::class ) ) {
|
||||
$this->markTestSkipped( 'Echo not loaded' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue