Skip to content

Commit

Permalink
bug #1000 use phpunit 7.5 (dmaicher)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

use phpunit 7.5

See #992

And I also updated to phpunit 7.5

Commits
-------

ab0b711 use phpunit 7.5
  • Loading branch information
javiereguiluz committed Jun 11, 2019
2 parents 8ed898f + ab0b711 commit badac21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bin/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
putenv('SYMFONY_PHPUNIT_REMOVE=');
}
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
}
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
}
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<env name="APP_ENV" value="test" force="true"/>
<env name="KERNEL_CLASS" value="App\Kernel" />
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<env name="SYMFONY_PHPUNIT_VERSION" value="7.1"/>
<env name="SYMFONY_PHPUNIT_VERSION" value="7.5"/>
</php>

<testsuites>
Expand Down

0 comments on commit badac21

Please sign in to comment.