Package: doctrine / 3.3.3+dfsg-1

Metadata

Package Version Patches format
doctrine 3.3.3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Workaround the lack of PackageVersions.patch | (download)

src/Tools/Console/ConsoleRunner.php | 4 2 + 2 - 0 !
tests/Tests/ORM/Tools/Console/ConsoleRunnerTest.php | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 workaround the lack of packageversions

0003 Update version.patch | (download)

src/Version.php | 40 40 + 0 - 0 !
1 file changed, 40 insertions(+)

 update version

0005 Drop composer runtime api.patch | (download)

composer.json | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 adapt composer to pkg-php-tools expectations

Drop composer-runtime-api and adapt versioned dependency, otherwise
dh_phpcomposer gets confused.

0006 Use installed schema.patch | (download)

src/Mapping/Driver/XmlDriver.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use installed schema

0005 Modernize PHPUnit syntax.patch | (download)

tests/Tests/ORM/Cache/DefaultCacheFactoryTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/DefaultCacheTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/DefaultEntityHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/DefaultQueryCacheTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/EntityManagerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/EntityRepositoryTest.php | 4 2 + 2 - 0 !
tests/Tests/ORM/Functional/ExtraLazyCollectionTest.php | 8 4 + 4 - 0 !
tests/Tests/ORM/Functional/QueryCacheTest.php | 6 4 + 2 - 0 !
tests/Tests/ORM/Functional/SingleTableInheritanceTest.php | 6 3 + 3 - 0 !
tests/Tests/ORM/Functional/Ticket/DDC117Test.php | 8 4 + 4 - 0 !
tests/Tests/ORM/Functional/Ticket/DDC3042Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/DDC3170Test.php | 4 2 + 2 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10049/GH10049Test.php | 3 2 + 1 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10387Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10450Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10454Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10473Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH11037/GH11037Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH8061Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH8415ToManyAssociationTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Functional/Ticket/GH8914Test.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/AbstractHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/ArrayHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/CustomHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/ObjectHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/ResultSetMappingTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/ScalarColumnHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/ScalarHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/SimpleObjectHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Hydration/SingleScalarHydratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Id/AssignedGeneratorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/AnsiQuoteStrategyTest.php | 3 3 + 0 - 0 !
tests/Tests/ORM/Mapping/AttributeDriverTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/BasicInheritanceMappingTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/ClassMetadataLoadEventTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/QuoteStrategyTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/StaticPHPMappingDriverTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Mapping/XmlMappingDriverTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Persisters/BasicEntityPersisterCompositeTypeParametersTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Persisters/BasicEntityPersisterCompositeTypeSqlTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Persisters/ManyToManyPersisterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/CustomTreeWalkersJoinTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/CustomTreeWalkersTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/DeleteSqlGenerationTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/ExprTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/FilterCollectionTest.php | 6 4 + 2 - 0 !
tests/Tests/ORM/Query/LanguageRecognitionTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/NativeQueryTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/ParserResultTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/ParserTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/QueryTest.php | 3 3 + 0 - 0 !
tests/Tests/ORM/Query/SelectSqlGenerationTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/SqlWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Query/UpdateSqlGenerationTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/QueryBuilderTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Repository/DefaultRepositoryFactoryTest.php | 2 1 + 1 - 0 !
tests/Tests/ORM/Tools/AttachEntityListenersListenerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Console/MetadataFilterTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/CountOutputWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/CountWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/LimitSubqueryOutputWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/LimitSubqueryWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/PaginatorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/RootTypeWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/Pagination/WhereInWalkerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/ResolveTargetEntityListenerTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/SchemaToolTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/Tools/SchemaValidatorTest.php | 2 2 + 0 - 0 !
tests/Tests/ORM/UnitOfWorkTest.php | 2 2 + 0 - 0 !
78 files changed, 166 insertions(+), 21 deletions(-)

 modernize phpunit syntax