Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311425

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/DatabaseChangeTransmitterTest.php
M repo/tests/phpunit/includes/Notifications/HookChangeTransmitterTest.php
M 
repo/tests/phpunit/includes/Notifications/JobQueueChangeNotificationSenderTest.php
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/25/311425/1

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: newchange
Gerrit-Change-Id: I07bf78fd44d629610fc09289e68a08683539a65f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to