Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/63162
Change subject: Moved phpunit.php runner into Tests directory since it is not a PHPUnit test itself ...................................................................... Moved phpunit.php runner into Tests directory since it is not a PHPUnit test itself Change-Id: Ie0d2da52581caa7bbfb22bfb27b2d25117b074bf --- R Tests/phpunit.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Ask refs/changes/62/63162/1 diff --git a/Tests/Phpunit/phpunit.php b/Tests/phpunit.php similarity index 93% rename from Tests/Phpunit/phpunit.php rename to Tests/phpunit.php index 2ffaf53..6e5783c 100755 --- a/Tests/Phpunit/phpunit.php +++ b/Tests/phpunit.php @@ -10,7 +10,7 @@ } require_once( 'PHPUnit/Autoload.php' ); -require_once( __DIR__ . '/../bootstrap.php' ); +require_once( __DIR__ . '/bootstrap.php' ); echo 'Running tests for Ask version ' . Ask_VERSION . ".\n"; -- To view, visit https://gerrit.wikimedia.org/r/63162 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie0d2da52581caa7bbfb22bfb27b2d25117b074bf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Ask Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
