jenkins-bot has submitted this change and it was merged. Change subject: Make the Repo\Tests\Notifications namespace PSR-4 compatible ......................................................................
Make the Repo\Tests\Notifications namespace PSR-4 compatible Change-Id: I07bf78fd44d629610fc09289e68a08683539a65f --- M repo/tests/phpunit/includes/Notifications/ChangeNotifierTest.php M repo/tests/phpunit/includes/Notifications/DatabaseChangeTransmitterTest.php M repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php M repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php 4 files changed, 4 insertions(+), 4 deletions(-) Approvals: Aude: Looks good to me, approved jenkins-bot: Verified diff --git a/repo/tests/phpunit/includes/Notifications/ChangeNotifierTest.php b/repo/tests/phpunit/includes/Notifications/ChangeNotifierTest.php index b30bd94..8d1fbc5 100644 --- a/repo/tests/phpunit/includes/Notifications/ChangeNotifierTest.php +++ b/repo/tests/phpunit/includes/Notifications/ChangeNotifierTest.php @@ -1,6 +1,6 @@ <?php -namespace Wikibase\Tests\Repo; +namespace Wikibase\Repo\Tests\Notifications; use Content; use Revision; diff --git a/repo/tests/phpunit/includes/Notifications/DatabaseChangeTransmitterTest.php b/repo/tests/phpunit/includes/Notifications/DatabaseChangeTransmitterTest.php index 6891ef7..39e1818 100644 --- a/repo/tests/phpunit/includes/Notifications/DatabaseChangeTransmitterTest.php +++ b/repo/tests/phpunit/includes/Notifications/DatabaseChangeTransmitterTest.php @@ -1,6 +1,6 @@ <?php -namespace Wikibase\Tests\Repo; +namespace Wikibase\Repo\Tests\Notifications; use Wikibase\Change; use Wikibase\Repo\Notifications\DatabaseChangeTransmitter; diff --git a/repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php b/repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php index 74f63ce..fe82904 100644 --- a/repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php +++ b/repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php @@ -1,6 +1,6 @@ <?php -namespace Wikibase\Tests\Repo; +namespace Wikibase\Repo\Tests\Notifications; use Wikibase\EntityChange; use Wikibase\Repo\Notifications\HookChangeTransmitter; diff --git a/repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php b/repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php index 085fd98..ad68ed8 100644 --- a/repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php +++ b/repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php @@ -1,6 +1,6 @@ <?php -namespace Wikibase\Test; +namespace Wikibase\Repo\Tests\Notifications; /** * @covers Wikibase\Repo\Notifications\JobQueueChangeNotificationSender -- To view, visit https://gerrit.wikimedia.org/r/311425 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I07bf78fd44d629610fc09289e68a08683539a65f Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
