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

Metadata

Package Version Patches format
php-doctrine-dbal 4.3.4+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.

0003 RequiresPhp needs an explicit version comparison ope.patch | (download)

tests/Functional/Driver/PDO/PDOSubclassTest.php | 2 1 + 1 - 0 !
tests/Functional/TypeConversionTest.php | 2 1 + 1 - 0 !
tests/Functional/Types/NumberTest.php | 2 1 + 1 - 0 !
tests/Types/NumberTest.php | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 requiresphp needs an explicit version comparison operator

Starting with PHPUnit 12.4, a deprecation is emitted otherwise.