Awight has uploaded a new change for review.

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

Change subject: rename BannerChooser test
......................................................................

rename BannerChooser test

To distinguish from upcoming tests of other allocations code paths.

Change-Id: I9df1e97ddae2c089f48c554153ace110105b869d
---
M CentralNotice.hooks.php
R tests/BannerChooserTest.php
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice 
refs/changes/67/172667/1

diff --git a/CentralNotice.hooks.php b/CentralNotice.hooks.php
index b006246..2c7652d 100644
--- a/CentralNotice.hooks.php
+++ b/CentralNotice.hooks.php
@@ -350,8 +350,8 @@
  * @return bool
  */
 function efCentralNoticeUnitTests( &$files ) {
-       $files[ ] = __DIR__ . '/tests/AllocationsTest.php';
        $files[ ] = __DIR__ . '/tests/ApiAllocationsTest.php';
+       $files[ ] = __DIR__ . '/tests/BannerChooserTest.php';
        $files[ ] = __DIR__ . '/tests/CentralNoticeTest.php';
        $files[ ] = __DIR__ . '/tests/BannerTest.php';
        return true;
diff --git a/tests/AllocationsTest.php b/tests/BannerChooserTest.php
similarity index 100%
rename from tests/AllocationsTest.php
rename to tests/BannerChooserTest.php

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9df1e97ddae2c089f48c554153ace110105b869d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to