Source: php-doctrine-dbal Version: 3.6.3+dfsg-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: pkg-php-p...@lists.alioth.debian.org Usertags: phpunit
Hi, We will start the phpunit 10 transition in unstable soon. During a test rebuild, php-doctrine-dbal was found to FTBFS. To reproduce this locally, you need to install the phpunit 10 package (and any other dependency, which should also be available) from experimental on an unstable system or build chroot. Relevant part (hopefully): > There were 8 PHPUnit errors: > > 1) > Doctrine\DBAL\Tests\Driver\AbstractDB2DriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\AbstractDB2DriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDB2DriverTest.php:56 > > 2) > Doctrine\DBAL\Tests\Driver\AbstractOracleDriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\AbstractOracleDriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/AbstractOracleDriverTest.php:56 > > 3) > Doctrine\DBAL\Tests\Driver\AbstractSQLiteDriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\AbstractSQLiteDriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/AbstractSQLiteDriverTest.php:56 > > 4) > Doctrine\DBAL\Tests\Driver\IBMDB2\DB2DriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\IBMDB2\DB2DriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/IBMDB2/DB2DriverTest.php:56 > > 5) > Doctrine\DBAL\Tests\Driver\OCI8\DriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\OCI8\DriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/OCI8/DriverTest.php:56 > > 6) > Doctrine\DBAL\Tests\Driver\PDO\OCI\DriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\PDO\OCI\DriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/PDO/OCI/DriverTest.php:56 > > 7) > Doctrine\DBAL\Tests\Driver\PDO\SQLite\DriverTest::testCreatesDatabasePlatformForVersion > The data provider specified for > Doctrine\DBAL\Tests\Driver\PDO\SQLite\DriverTest::testCreatesDatabasePlatformForVersion > is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Driver/PDO/SQLite/DriverTest.php:56 > > 8) Doctrine\DBAL\Tests\Types\TypeTest::testDefaultTypesAreRegistered > The data provider specified for > Doctrine\DBAL\Tests\Types\TypeTest::testDefaultTypesAreRegistered is invalid > Empty data set provided by data provider > > /<<PKGBUILDDIR>>/tests/Types/TypeTest.php:14 > > -- > > There were 5 PHPUnit test runner warnings: > > 1) Class Doctrine\DBAL\Tests\Driver\AbstractDriverTest declared in > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php is abstract > > 2) Class Doctrine\DBAL\Tests\Driver\AbstractSQLServerDriverTest declared in > /<<PKGBUILDDIR>>/tests/Driver/AbstractSQLServerDriverTest.php is abstract > > 3) Class Doctrine\DBAL\Tests\Functional\Driver\AbstractDriverTest declared in > /<<PKGBUILDDIR>>/tests/Functional/Driver/AbstractDriverTest.php is abstract > > 4) Class Doctrine\DBAL\Tests\Functional\Driver\AbstractPostgreSQLDriverTest > declared in > /<<PKGBUILDDIR>>/tests/Functional/Driver/AbstractPostgreSQLDriverTest.php is > abstract > > 5) No tests found in class "Doctrine\DBAL\Tests\Types\TypeTest". > > -- > > There was 1 PHPUnit test runner deprecation: > > 1) Your XML configuration validates against a deprecated schema. Migrate your > XML configuration using "--migrate-configuration"! > > -- > > There were 7 errors: > > 1) Doctrine\DBAL\Tests\Platforms\MySQL\ComparatorTest::testComparesNamespaces > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1152 > > 2) > Doctrine\DBAL\Tests\Platforms\SQLServer\ComparatorTest::testComparesNamespaces > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1152 > > 3) Doctrine\DBAL\Tests\Platforms\SQLite\ComparatorTest::testComparesNamespaces > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1152 > > 4) Doctrine\DBAL\Tests\Schema\ComparatorTest::testComparesNamespaces > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1152 > > 5) Doctrine\DBAL\Tests\Schema\SchemaTest::testVisitsVisitor > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/SchemaTest.php:362 > > 6) Doctrine\DBAL\Tests\Schema\SchemaTest::testVisitsNamespaceVisitor > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/SchemaTest.php:397 > > 7) > Doctrine\DBAL\Tests\Schema\Visitor\DropSchemaSqlCollectorTest::testGetQueriesUsesAcceptedForeignKeys > Error: Call to undefined method > PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive() > > /<<PKGBUILDDIR>>/tests/Schema/Visitor/DropSchemaSqlCollectorTest.php:31 > > -- > > 52 tests triggered 52 PHPUnit deprecations: > > 1) Doctrine\DBAL\Tests\ConnectionTest::testCommitReturn > Data Provider method Doctrine\DBAL\Tests\ConnectionTest::resultProvider() is > not static > > /<<PKGBUILDDIR>>/tests/ConnectionTest.php:375 > > 2) > Doctrine\DBAL\Tests\Driver\AbstractDB2DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\AbstractDB2DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 3) > Doctrine\DBAL\Tests\Driver\AbstractMySQLDriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\AbstractMySQLDriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 4) > Doctrine\DBAL\Tests\Driver\AbstractOracleDriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\AbstractOracleDriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 5) > Doctrine\DBAL\Tests\Driver\AbstractPostgreSQLDriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\AbstractPostgreSQLDriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 6) > Doctrine\DBAL\Tests\Driver\AbstractSQLiteDriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\AbstractSQLiteDriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 7) > Doctrine\DBAL\Tests\Driver\IBMDB2\DB2DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\IBMDB2\DB2DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 8) > Doctrine\DBAL\Tests\Driver\Mysqli\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\Mysqli\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 9) > Doctrine\DBAL\Tests\Driver\OCI8\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\OCI8\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 10) > Doctrine\DBAL\Tests\Driver\PDO\MySQL\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\PDO\MySQL\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 11) > Doctrine\DBAL\Tests\Driver\PDO\OCI\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\PDO\OCI\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 12) > Doctrine\DBAL\Tests\Driver\PDO\PgSQL\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\PDO\PgSQL\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 13) > Doctrine\DBAL\Tests\Driver\PDO\SQLSrv\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\PDO\SQLSrv\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 14) > Doctrine\DBAL\Tests\Driver\PDO\SQLite\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\PDO\SQLite\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 15) > Doctrine\DBAL\Tests\Driver\SQLSrv\DriverTest::testCreatesDatabasePlatformForVersion > Data Provider method > Doctrine\DBAL\Tests\Driver\SQLSrv\DriverTest::getDatabasePlatformsForVersions() > is not static > > /<<PKGBUILDDIR>>/tests/Driver/AbstractDriverTest.php:56 > > 16) Doctrine\DBAL\Tests\DriverManagerTest::testDatabaseUrlDeprecated > Data Provider method Doctrine\DBAL\Tests\DriverManagerTest::databaseUrls() is > not static > > /<<PKGBUILDDIR>>/tests/DriverManagerTest.php:172 > > 17) Doctrine\DBAL\Tests\DriverManagerTest::testDatabaseUrl > Data Provider method Doctrine\DBAL\Tests\DriverManagerTest::databaseUrls() is > not static > > /<<PKGBUILDDIR>>/tests/DriverManagerTest.php:201 > > 18) Doctrine\DBAL\Tests\Functional\Driver\OCI8\ResultTest::testTruncatedFetch > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\OCI8\ResultTest::dataProviderForTestTruncatedFetch() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/OCI8/ResultTest.php:61 > > 19) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchAssociative > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:55 > > 20) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchAllAssociative > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:72 > > 21) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchNumeric > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:89 > > 22) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchAllNumeric > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:106 > > 23) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchOne > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:123 > > 24) > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::testTypeConversionFetchFirstColumn > Data Provider method > Doctrine\DBAL\Tests\Functional\Driver\PgSQL\ResultTest::provideTypedValues() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Driver/PgSQL/ResultTest.php:140 > > 25) > Doctrine\DBAL\Tests\Functional\FetchBooleanTest::testBooleanConversionSqlLiteral > Data Provider method > Doctrine\DBAL\Tests\Functional\FetchBooleanTest::booleanLiteralProvider() is > not static > > /<<PKGBUILDDIR>>/tests/Functional/FetchBooleanTest.php:22 > > 26) > Doctrine\DBAL\Tests\Functional\Schema\Db2SchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\Db2SchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 27) > Doctrine\DBAL\Tests\Functional\Schema\MySQLSchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\MySQLSchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 28) > Doctrine\DBAL\Tests\Functional\Schema\OracleSchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\OracleSchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 29) > Doctrine\DBAL\Tests\Functional\Schema\PostgreSQLSchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\PostgreSQLSchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 30) > Doctrine\DBAL\Tests\Functional\Schema\SQLServerSchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\SQLServerSchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 31) > Doctrine\DBAL\Tests\Functional\Schema\SqliteSchemaManagerTest::testExtractDoctrineTypeFromComment > Data Provider method > Doctrine\DBAL\Tests\Functional\Schema\SqliteSchemaManagerTest::commentsProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Functional/Schema/SchemaManagerFunctionalTestCase.php:1462 > > 32) > Doctrine\DBAL\Tests\Functional\Types\DecimalTest::testInsertAndRetrieveDecimal > Data Provider method > Doctrine\DBAL\Tests\Functional\Types\DecimalTest::dataValuesProvider() is not > static > > /<<PKGBUILDDIR>>/tests/Functional/Types/DecimalTest.php:26 > > 33) Doctrine\DBAL\Tests\Platforms\DB2PlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\DB2PlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 34) Doctrine\DBAL\Tests\Platforms\DB2PlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\DB2PlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 35) > Doctrine\DBAL\Tests\Platforms\MariaDb1027PlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\MariaDb1027PlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 36) > Doctrine\DBAL\Tests\Platforms\MariaDb1027PlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\MariaDb1027PlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 37) > Doctrine\DBAL\Tests\Platforms\MySQL57PlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\MySQL57PlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 38) Doctrine\DBAL\Tests\Platforms\MySQL57PlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\MySQL57PlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 39) > Doctrine\DBAL\Tests\Platforms\MySQLPlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\MySQLPlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 40) Doctrine\DBAL\Tests\Platforms\MySQLPlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\MySQLPlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 41) > Doctrine\DBAL\Tests\Platforms\OraclePlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\OraclePlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 42) Doctrine\DBAL\Tests\Platforms\OraclePlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\OraclePlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 43) > Doctrine\DBAL\Tests\Platforms\PostgreSQL100PlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\PostgreSQL100PlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 44) > Doctrine\DBAL\Tests\Platforms\PostgreSQL100PlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\PostgreSQL100PlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 45) > Doctrine\DBAL\Tests\Platforms\PostgreSQLPlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\PostgreSQLPlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 46) > Doctrine\DBAL\Tests\Platforms\PostgreSQLPlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\PostgreSQLPlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 47) > Doctrine\DBAL\Tests\Platforms\SQLServerPlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\SQLServerPlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 48) > Doctrine\DBAL\Tests\Platforms\SQLServerPlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\SQLServerPlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 49) > Doctrine\DBAL\Tests\Platforms\SqlitePlatformTest::testIsCommentedDoctrineType > Data Provider method > Doctrine\DBAL\Tests\Platforms\SqlitePlatformTest::getIsCommentedDoctrineType() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:124 > > 50) Doctrine\DBAL\Tests\Platforms\SqlitePlatformTest::testAsciiSQLDeclaration > Data Provider method > Doctrine\DBAL\Tests\Platforms\SqlitePlatformTest::asciiStringSqlDeclarationDataProvider() > is not static > > /<<PKGBUILDDIR>>/tests/Platforms/AbstractPlatformTestCase.php:1346 > > 51) Doctrine\DBAL\Tests\Tools\DsnParserTest::testDatabaseUrl > Data Provider method Doctrine\DBAL\Tests\Tools\DsnParserTest::databaseUrls() > is not static > > /<<PKGBUILDDIR>>/tests/Tools/DsnParserTest.php:19 > > 52) Doctrine\DBAL\Tests\Types\TypeTest::testDefaultTypesAreRegistered > Data Provider method > Doctrine\DBAL\Tests\Types\TypeTest::defaultTypesProvider() is not static > > /<<PKGBUILDDIR>>/tests/Types/TypeTest.php:14 > > -- > > There were 7 risky tests: > > 1) Doctrine\DBAL\Tests\Platforms\MySQL\ComparatorTest::testComparesNamespaces > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1138 > > 2) > Doctrine\DBAL\Tests\Platforms\SQLServer\ComparatorTest::testComparesNamespaces > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1138 > > 3) Doctrine\DBAL\Tests\Platforms\SQLite\ComparatorTest::testComparesNamespaces > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1138 > > 4) Doctrine\DBAL\Tests\Schema\ComparatorTest::testComparesNamespaces > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/ComparatorTest.php:1138 > > 5) Doctrine\DBAL\Tests\Schema\SchemaTest::testVisitsVisitor > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/SchemaTest.php:342 > > 6) Doctrine\DBAL\Tests\Schema\SchemaTest::testVisitsNamespaceVisitor > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/SchemaTest.php:377 > > 7) > Doctrine\DBAL\Tests\Schema\Visitor\DropSchemaSqlCollectorTest::testGetQueriesUsesAcceptedForeignKeys > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Schema/Visitor/DropSchemaSqlCollectorTest.php:15 > > ERRORS! > Tests: 4119, Assertions: 6102, Errors: 7, Warnings: 5, Deprecations: 53, > Skipped: 772, Incomplete: 5, Risky: 7. > make[1]: *** [debian/rules:30: override_dh_auto_test] Error 2 The full build logs and additional context is available at http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/php-doctrine-dbal/ A phpunit reverse-dependencies rebuild status is available at http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/index.html -- Athos Ribeiro