jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/356749 )
Change subject: Explicit include path for phpunit bootstrap ...................................................................... Explicit include path for phpunit bootstrap In case you're not running phpunit from the top dir Change-Id: Id80b6e6a5a597775281568aaeb46dde2fca96c67 --- M Tests/bootstrap-phpunit.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Mepps: Looks good to me, approved jenkins-bot: Verified diff --git a/Tests/bootstrap-phpunit.php b/Tests/bootstrap-phpunit.php index 8744a40..a9df07d 100644 --- a/Tests/bootstrap-phpunit.php +++ b/Tests/bootstrap-phpunit.php @@ -1,3 +1,3 @@ <?php -require_once ( 'vendor/autoload.php' ); +require_once ( __DIR__ . '/../vendor/autoload.php' ); -- To view, visit https://gerrit.wikimedia.org/r/356749 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id80b6e6a5a597775281568aaeb46dde2fca96c67 Gerrit-PatchSet: 2 Gerrit-Project: wikimedia/fundraising/SmashPig Gerrit-Branch: master Gerrit-Owner: Ejegg <[email protected]> Gerrit-Reviewer: AndyRussG <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Cdentinger <[email protected]> Gerrit-Reviewer: Eileen <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> Gerrit-Reviewer: Mepps <[email protected]> Gerrit-Reviewer: XenoRyet <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
