Skip to content

Commit ab0b711

Browse files
committed
use phpunit 7.5
1 parent 8ed898f commit ab0b711

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bin/phpunit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
88
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
99
putenv('SYMFONY_PHPUNIT_REMOVE=');
1010
}
11-
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
12-
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
13-
}
1411
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
1512
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
1613
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<env name="APP_ENV" value="test" force="true"/>
1313
<env name="KERNEL_CLASS" value="App\Kernel" />
1414
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
15-
<env name="SYMFONY_PHPUNIT_VERSION" value="7.1"/>
15+
<env name="SYMFONY_PHPUNIT_VERSION" value="7.5"/>
1616
</php>
1717

1818
<testsuites>

0 commit comments

Comments
 (0)