Addshore has submitted this change and it was merged.

Change subject: Also register the integration tests with MW
......................................................................


Also register the integration tests with MW

Change-Id: I465aa6997fe1bf265526f0e689ea032ba1822cc4
---
M Ask.mw.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Ask.mw.php b/Ask.mw.php
index fdd05c9..1f2717a 100644
--- a/Ask.mw.php
+++ b/Ask.mw.php
@@ -55,7 +55,7 @@
  * @return boolean
  */
 $wgHooks['UnitTestsList'][]    = function( array &$files ) {
-       $directoryIterator = new RecursiveDirectoryIterator( __DIR__ . 
'/Tests/Phpunit/' );
+       $directoryIterator = new RecursiveDirectoryIterator( __DIR__ . 
'/Tests/' );
 
        /**
         * @var SplFileInfo $fileInfo

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I465aa6997fe1bf265526f0e689ea032ba1822cc4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Ask
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to