Skip to content

Commit

Permalink
Updated PHPUnit to 8.2.1
Browse files Browse the repository at this point in the history
The new version contains some improvements in handling mocks (sebastianbergmann/phpunit#3602) and will help identify some existing issues in DBAL 3.0 tests:

There were 2 warnings:

1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value'))
Method bindValue may not return value of type boolean

2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value'))
Method bindValue may not return value of type boolean
  • Loading branch information
morozov committed Jun 7, 2019
1 parent b75cf20 commit 17a1609
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 34 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.1.6",
"phpunit/phpunit": "^8.2.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0"
},
Expand Down
116 changes: 83 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17a1609

Please sign in to comment.