Tobias Gritschacher has submitted this change and it was merged. 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(-) Approvals: Tobias Gritschacher: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Ie0d2da52581caa7bbfb22bfb27b2d25117b074bf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Ask Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Anja Jentzsch <[email protected]> Gerrit-Reviewer: Ataherivand <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Henning Snater <[email protected]> Gerrit-Reviewer: Jens Ohlig <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Lydia Pintscher <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Nikola Smolenski <[email protected]> Gerrit-Reviewer: Silke Meyer <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
