Skip to content

Commit

Permalink
Switch to phpunit 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGasior committed Apr 5, 2019
1 parent 1390829 commit 029d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
}

if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
putenv('SYMFONY_PHPUNIT_VERSION=7');
}
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
putenv('SYMFONY_PHPUNIT_REMOVE=');
Expand Down

0 comments on commit 029d0eb

Please sign in to comment.