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

Metadata

Package Version Patches format
php-doctrine-dbal 4.3.3+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
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Also dont run testFetchLongBlob at all: its failing on 32-bit
architectures.

Bug-Debian: https://bugs.debian.org/1103085

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

tests/Platforms/PostgreSQLPlatformTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 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.