Skip to content

Commit

Permalink
sync phpunit script with master
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Sep 28, 2019
1 parent ca25396 commit fda5b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit
Expand Up @@ -17,5 +17,8 @@ if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
}
}
if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS')) {
putenv('SYMFONY_PATCH_TYPE_DECLARATIONS=deprecations=1');
}
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
require __DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';

0 comments on commit fda5b20

Please sign in to comment.