Merge "Switch TestingAccessWrapper to librarized version"

This commit is contained in:
jenkins-bot 2017-04-30 20:28:29 +00:00 committed by Gerrit Code Review
commit 0b9a5806b7

View file

@ -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 {