mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-15 11:11:02 +00:00
Merge "Switch TestingAccessWrapper to librarized version"
This commit is contained in:
commit
0b9a5806b7
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use \Psr\Log\NullLogger;
|
use \Psr\Log\NullLogger;
|
||||||
|
use Wikimedia\TestingAccessWrapper;
|
||||||
|
|
||||||
// @codingStandardsIgnoreStart Generic.Files.LineLength.TooLong
|
// @codingStandardsIgnoreStart Generic.Files.LineLength.TooLong
|
||||||
class LoginNotifyTests extends MediaWikiTestCase {
|
class LoginNotifyTests extends MediaWikiTestCase {
|
||||||
|
|
Loading…
Reference in a new issue