Jeroen De Dauw has submitted this change and it was merged.

Change subject: Fix localtion of resources test
......................................................................


Fix localtion of resources test

Change-Id: Ib061c31eb76f31bb204419682b040e516d8cfe9a
---
R tests/phpunit/includes/resources/ResourcesTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/tests/phpunit/resources/ResourcesTest.php 
b/tests/phpunit/includes/resources/ResourcesTest.php
similarity index 97%
rename from tests/phpunit/resources/ResourcesTest.php
rename to tests/phpunit/includes/resources/ResourcesTest.php
index 5e606e0..61bf118 100644
--- a/tests/phpunit/resources/ResourcesTest.php
+++ b/tests/phpunit/includes/resources/ResourcesTest.php
@@ -44,7 +44,7 @@
         */
        private function load(){
                global $smwgIP, $smwgScriptPath;
-               return include( $smwgIP . "/resources/Resources.php" );
+               return include($smwgIP . "/resources/Resources.php");
        }
 
        /**

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

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

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

Reply via email to