Package: php-doctrine-dbal / 4.3.1+dfsg-1

Metadata

Package Version Patches format
php-doctrine-dbal 4.3.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Modernize PHPUnit syntax.patch | (download)

tests/Functional/Driver/AbstractDriverTestCase.php | 14 14 + 0 - 0 !
tests/Functional/StatementTest.php | 3 3 + 0 - 0 !
2 files changed, 17 insertions(+)

 modernize phpunit syntax


0002 Update DataProvider expected arguments list.patch | (download)

tests/Platforms/PostgreSQLPlatformTest.php | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 update dataprovider expected arguments list

PHPUnit 12 warns that the number of arguments provided should match the
number of arguments expected by the test method.