jenkins-bot has submitted this change and it was merged.

Change subject: Move qunit tests to tests/qunit
......................................................................


Move qunit tests to tests/qunit

Follow up in anticipation of phpunit tests being in this repo.

Bug: T143425
Change-Id: I010eed6704df40d671293eb45c51b630b9fc37b6
---
M includes/TestHooks.php
R tests/qunit/test_zerobanner.js
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bmansurov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/TestHooks.php b/includes/TestHooks.php
index 79e7bdb..45f149a 100644
--- a/includes/TestHooks.php
+++ b/includes/TestHooks.php
@@ -28,7 +28,7 @@
        ) {
                $testModule = [
                        'dependencies' => [ 'zerobanner' ],
-                       'localBasePath' => __DIR__ . '/../tests/',
+                       'localBasePath' => __DIR__ . '/../tests/qunit/',
                        'remoteExtPath' => 'ZeroBanner',
                        'targets' => [ 'mobile' ],
                        'scripts' => [
diff --git a/tests/test_zerobanner.js b/tests/qunit/test_zerobanner.js
similarity index 100%
rename from tests/test_zerobanner.js
rename to tests/qunit/test_zerobanner.js

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I010eed6704df40d671293eb45c51b630b9fc37b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroBanner
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: Bmansurov <bmansu...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to