This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-02-02 21:41:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
tests
/
Doctrine
/
Tests
/
ORM
/
Functional
History
Marco Pivetta
78770f9da8
#1188
-
assertCount
instead of
assertEquals
2014-11-28 12:16:05 +01:00
..
Locking
When the OptimisticLockingException is generated with the static function lockFailedVersionMismatch and the passed parameters are DateTime instances, the exception could not be thrown because the DateTime object is not implicitly converted to a string.
2013-10-29 09:24:52 +01:00
SchemaTool
…
Ticket
DDC-3208 - hotfix for DDC-3160 backported to 2.4.x
2014-07-11 04:49:30 +02:00
AbstractManyToManyAssociationTestCase.php
…
AdvancedAssociationTest.php
…
AdvancedDqlQueryTest.php
…
BasicFunctionalTest.php
…
ClassTableInheritanceTest2.php
…
ClassTableInheritanceTest.php
…
ClearEventTest.php
…
CompositePrimaryKeyTest.php
…
DatabaseDriverTest.php
…
DatabaseDriverTestCase.php
…
DefaultValuesTest.php
…
DetachedEntityTest.php
…
EntityListenersTest.php
…
EntityRepositoryCriteriaTest.php
…
EntityRepositoryTest.php
…
ExtraLazyCollectionTest.php
…
FlushEventTest.php
…
HydrationCacheTest.php
…
IdentityMapTest.php
…
IndexByAssociationTest.php
…
JoinedTableCompositeKeyTest.php
…
LifecycleCallbackTest.php
…
ManyToManyBasicAssociationTest.php
…
ManyToManyBidirectionalAssociationTest.php
…
ManyToManyEventTest.php
…
ManyToManySelfReferentialAssociationTest.php
…
ManyToManyUnidirectionalAssociationTest.php
…
MappedSuperclassTest.php
…
NativeQueryTest.php
…
NewOperatorTest.php
…
NotifyPolicyTest.php
…
OneToManyBidirectionalAssociationTest.php
…
OneToManyOrphanRemovalTest.php
…
OneToManySelfReferentialAssociationTest.php
…
OneToManyUnidirectionalAssociationTest.php
…
OneToOneBidirectionalAssociationTest.php
…
OneToOneEagerLoadingTest.php
…
OneToOneOrphanRemovalTest.php
…
OneToOneSelfReferentialAssociationTest.php
…
OneToOneUnidirectionalAssociationTest.php
…
OrderedCollectionTest.php
…
OrderedJoinedTableInheritanceCollectionTest.php
…
PaginationTest.php
#1188
-
assertCount
instead of
assertEquals
2014-11-28 12:16:05 +01:00
PersistentCollectionTest.php
…
PersistentObjectTest.php
…
PostFlushEventTest.php
…
PostgreSQLIdentityStrategyTest.php
…
ProxiesLikeEntitiesTest.php
The proxy factory always expects non-null identifier values
2014-06-10 13:48:35 +02:00
QueryCacheTest.php
…
QueryDqlFunctionTest.php
…
QueryTest.php
…
ReadOnlyTest.php
…
ReferenceProxyTest.php
…
ResultCacheTest.php
…
SchemaValidatorTest.php
…
SequenceGeneratorTest.php
…
SingleTableCompositeKeyTest.php
…
SingleTableInheritanceTest.php
…
SQLFilterTest.php
…
StandardEntityPersisterTest.php
…
TypeTest.php
…
TypeValueSqlTest.php
…
UnitOfWorkLifecycleTest.php
…
UUIDGeneratorTest.php
…