Phoenix303 has uploaded a new change for review.

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

Change subject: Fix RequestContextTest class name collision
......................................................................

Fix RequestContextTest class name collision

Bug: T85747
Change-Id: I85d5a3d923cb75e177b725ce3a06610b4c4de5f2
---
M tests/phpunit/includes/context/RequestContextTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/45/182645/1

diff --git a/tests/phpunit/includes/context/RequestContextTest.php 
b/tests/phpunit/includes/context/RequestContextTest.php
index a9e5be2..e3ceb85 100644
--- a/tests/phpunit/includes/context/RequestContextTest.php
+++ b/tests/phpunit/includes/context/RequestContextTest.php
@@ -4,7 +4,7 @@
  * @group Database
  * @group RequestContext
  */
-class RequestContextTest extends MediaWikiTestCase {
+class RequestContextWikiTest extends MediaWikiTestCase {
 
        /**
         * Test the relationship between title and wikipage in RequestContext

-- 
To view, visit https://gerrit.wikimedia.org/r/182645
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85d5a3d923cb75e177b725ce3a06610b4c4de5f2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Phoenix303 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to