1
0
Fork 0
mirror of synced 2025-04-02 04:46:16 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Tools
Thomas Ploch b7ae5b4afb Entity listeners are now processed by exporters
The current implementation of the exporters are not taking the entity
listeners into account. I have added test cases for most of the edge
cases I could think of and implemented the Exporter handling.

This PR originates from https://github.com/doctrine/doctrine2/pull/5864,
I was overwhelmed by the amount of conflicts I had to resolve so I
started anew on a clean master HEAD.

Squashed commits:

- Code review aftermath
- Add even more return type declarations
- Added `return null` to methods declared with nullable return types
- Removed unneeded docblocks when types are self-explanatory
2017-08-15 10:08:50 +02:00
..
Console Ensure that ConsoleRunner has the right command list 2017-07-22 21:56:56 +02:00
doctrine1schema Removed onUpdate property on join columns 2011-06-28 15:50:14 -04:00
Export Entity listeners are now processed by exporters 2017-08-15 10:08:50 +02:00
Pagination Make LimitSubqueryOutputWalker a bit more readable 2017-07-22 20:34:18 +02:00
AttachEntityListenersListenerTest.php Remove old "CLASSNAME" constants from test models 2016-12-08 18:15:48 +01:00
ConvertDoctrine1SchemaTest.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
EntityGeneratorTest.php - fixed columnPrefix generator for the embedded annotation 2017-06-09 22:25:19 +02:00
EntityRepositoryGeneratorTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
ResolveTargetEntityListenerTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
SchemaToolTest.php #5798 adding void test method return declaration, using ::class reference over string reference 2017-06-21 06:34:45 +02:00
SchemaValidatorTest.php Add the correct assertions for tests that don't have any 2017-06-12 23:05:55 +02:00
SetupTest.php compute size of loaders beforehand and not on each iteration 2017-05-15 07:43:15 +02:00