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 10, 2019
1 parent 69a8327 commit 056cd80
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 33 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"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
111 changes: 79 additions & 32 deletions composer.lock

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

0 comments on commit 056cd80

Please sign in to comment.