1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/tests/Doctrine/Tests
Luís Cobucci 1bf884970f
Increment assertion count manually
Which is needed to test void methods that shouldn't raise any exception
on a certain condition. If the interpreter gets to the point where the
assertion count is incremented it means that no exceptions have been
thrown and our test is successful.

Important to note that some tests were slighly refactored to simplify
things a bit.
2017-06-12 23:04:56 +02:00
..
DbalTypes Fix some code style issues in tests 2017-06-12 23:04:54 +02:00
EventListener Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Mocks Update phpDoc 2017-06-08 16:43:18 +01:00
Models #5934 - add fetch option to AssociationOverride in order to override fetch strategy for subclasses of entities 2017-05-30 18:19:48 +02:00
ORM Increment assertion count manually 2017-06-12 23:04:56 +02:00
DbalFunctionalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DbalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DoctrineTestCase.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
OrmFunctionalTestCase.php add a not weel writend/nammed test testing Query::expireResultCache() 2017-05-02 23:25:56 +02:00
OrmPerformanceTestCase.php Updated syntax for ``integer` and `boolean`` types 2015-07-14 15:30:13 -03:00
OrmTestCase.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
TestInit.php [DDC-3461] Renamed AssocationBuilder::isPrimaryKey() to makePrimaryKey(). Same for FieldBuilder and depreceating isPrimaryKey(). Adjust tests. Revert change in ClassMetadataInfo and fix bug. 2015-03-18 17:06:30 +01:00
TestUtil.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00