mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
[symfony/phpunit-bridge] Sync v4.3 with v4.1
This commit is contained in:
@@ -6,12 +6,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
|
||||
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
|
||||
}
|
||||
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
|
||||
putenv('SYMFONY_PHPUNIT_REMOVE=');
|
||||
}
|
||||
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
|
||||
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
../3.3/phpunit.xml.dist
|
||||
../4.1/phpunit.xml.dist
|
||||
Reference in New Issue
Block a user