Marco Pivetta
|
8b223c5c83
|
#1072 DDC-3191 - test cleanup: reflection is better than mixing up I/O operations and global state
|
2015-01-15 00:54:25 +01:00 |
|
Marco Pivetta
|
aca719be41
|
#1072 DDC-3191 - adding test for failing glob() operations on the FileLockRegion
|
2015-01-15 00:36:26 +01:00 |
|
Alexander Kurilo
|
58cd520e32
|
Fix attempt of traversing bool in FileLockRegion
|
2015-01-14 23:51:41 +01:00 |
|
Marco Pivetta
|
0106cba602
|
#881 DDC-2825 - reusing mapping files that already exist in models, where applicable
|
2015-01-14 19:17:39 +01:00 |
|
Marco Pivetta
|
7164e28138
|
#881 DDC-2825 - renaming table/schema name for clarity and to avoid collisions
|
2015-01-14 19:16:42 +01:00 |
|
Marco Pivetta
|
7b168de236
|
#881 DDC-2825 - removing unused imports
|
2015-01-14 19:05:40 +01:00 |
|
Marco Pivetta
|
962f479318
|
#881 DDC-2825 - refactoring test logic, removing dead private method
|
2015-01-14 19:04:58 +01:00 |
|
Marco Pivetta
|
80ce601eae
|
#881 DDC-2825 - refactoring test logic to use data-provider instead of code repetitions
|
2015-01-14 19:02:44 +01:00 |
|
Marco Pivetta
|
f874189456
|
#881 DDC-2825 - refactoring tests for clarity/readability and ease of use
|
2015-01-14 18:56:37 +01:00 |
|
Marco Pivetta
|
9d6890e6ca
|
#881 DDC-2825 - expectations are the first parameter in an assertion
|
2015-01-14 18:50:17 +01:00 |
|
Marco Pivetta
|
67788d89b5
|
#881 DDC-2825 - simplifying/extracting test logic: moved verifying metadata into separate test method
|
2015-01-14 18:47:17 +01:00 |
|
Marco Pivetta
|
0a91b83e27
|
#881 DDC-2825 - exploding test case into smaller units
|
2015-01-14 18:34:58 +01:00 |
|
Marco Pivetta
|
6f85ca3356
|
#881 DDC-2825 - exploding test case into smaller units
|
2015-01-14 18:31:11 +01:00 |
|
Marco Pivetta
|
04467218a3
|
#881 DDC-2825 - providing YAML mappings for explicit schema definition
|
2015-01-14 18:05:58 +01:00 |
|
Marco Pivetta
|
7911beaf1c
|
#881 DDC-2825 - providing YAML mappings for implicit schema definition
|
2015-01-14 18:05:38 +01:00 |
|
Marco Pivetta
|
0fd51cf852
|
#881 DDC-2825 - providing PHP mappings for implicit schema definition
|
2015-01-14 17:53:01 +01:00 |
|
Marco Pivetta
|
d96cd1b690
|
#881 DDC-2825 - providing PHP mappings for explicit schema definition
|
2015-01-14 17:52:51 +01:00 |
|
Marco Pivetta
|
53845b79e1
|
#881 DDC-2825 - providing XML mappings for implicit schema definition
|
2015-01-14 17:34:44 +01:00 |
|
Marco Pivetta
|
941bfca68c
|
#881 DDC-2825 - providing XML mappings for explicit schema definition
|
2015-01-14 17:27:53 +01:00 |
|
Marco Pivetta
|
617fd6cfdc
|
#881 DDC-2825 - moving YAML and XML mapping tests to base mapping driver tests. Excluding Static PHP mapping tests
|
2015-01-14 16:59:01 +01:00 |
|
Marco Pivetta
|
cf641cd0a3
|
#881 DDC-2825 - testing annotation driver with table name defining schema name as part of the name
|
2015-01-14 16:47:05 +01:00 |
|
Marco Pivetta
|
8b2b54c033
|
#881 DDC-2825 - typo fix (causing test failure)
|
2015-01-14 16:32:02 +01:00 |
|
Marco Pivetta
|
c6d839869b
|
#881 DDC-2825 - annotation mapping tests for explicitly defined schema name on mappings
|
2015-01-14 16:30:20 +01:00 |
|
Michaël Perrin
|
54b3c0548d
|
Fix persistence exception on a table with a schema on a platform without schema support
|
2015-01-14 15:48:49 +01:00 |
|
Marco Pivetta
|
c571f6f6a9
|
Correctly dealing with emulated cascades in ExtraLazyCollectionTest
|
2015-01-14 14:36:01 +01:00 |
|
Marco Pivetta
|
d712ad97a5
|
#385 #1181 DDC-3385 - test coverage for OnClassMetadataNotFoundEventArgs impl
|
2015-01-13 21:04:50 +01:00 |
|
Marco Pivetta
|
6debf2c909
|
#385 #1181 DDC-3385 - aligning tests to new OnClassMetadataNotFoundEventArgs API
|
2015-01-13 20:56:40 +01:00 |
|
Marco Pivetta
|
f14063def5
|
#385 #1181 DDC-3385 - splitting test case to verify interface-first fetching of metadata (via fallback logic)
|
2015-01-13 20:38:01 +01:00 |
|
Marco Pivetta
|
94a2036d50
|
#385 #1181 DDC-3385 - adding @group annotation to newly introduced tests
|
2015-01-13 20:37:28 +01:00 |
|
Marco Pivetta
|
efd4500e6b
|
ClassMetadataFactory should support fallback (event-based) logic for hooking into failed ClassMetadata loading
|
2015-01-13 19:50:15 +01:00 |
|
Bart van den Burg
|
d66356542d
|
added use statement
|
2015-01-13 19:49:58 +01:00 |
|
Bart van den Burg
|
437f812718
|
Added new event to allow actions to be done before trying to load class metadata
|
2015-01-13 19:49:57 +01:00 |
|
Bart van den Burg
|
19c52e4ae1
|
added failing test
|
2015-01-13 19:49:57 +01:00 |
|
Bart van den Burg
|
51528fbdea
|
set metadata for interface to be able to fetch entites by interface name
|
2015-01-13 19:49:57 +01:00 |
|
Marco Pivetta
|
9c3cb57931
|
Merge branch 'optimize-persisters'
Close #1246
|
2015-01-13 15:05:45 +01:00 |
|
Guilherme Blanco
|
de4723883f
|
Merge pull request #1171 from jaimz22/master
Improvements for complex select statements when using new object expression
|
2015-01-12 22:48:56 -05:00 |
|
Marco Pivetta
|
1bfa7ea754
|
#1240 DDC-3479 - Basic coverage for EntityNotFoundException
|
2015-01-13 02:55:51 +01:00 |
|
Carnage
|
36f9822466
|
Added test to demonstrate issue
|
2015-01-13 02:36:58 +01:00 |
|
Marco Pivetta
|
ef5a3f1bb7
|
#1054 DDC-3161 - adding @group annotation for newly introduced tests
|
2015-01-13 02:06:39 +01:00 |
|
Vladislav Veselinov
|
759836113f
|
assertion fix
|
2015-01-13 02:05:49 +01:00 |
|
Vladislav Veselinov
|
9cb17d2915
|
EntityManagerInterface instead of EntityManager
Make connection available in filters
Add test for the changes
|
2015-01-13 02:05:49 +01:00 |
|
Marco Pivetta
|
0ffc752f6f
|
#470 DDC-54 DDC-3005 - simple-object hydration should also trigger postLoad events when iterating over single results
|
2015-01-13 01:42:03 +01:00 |
|
Marco Pivetta
|
5cd73f0d12
|
#470 DDC-54 DDC-3005 - reverting assertion
`postLoad` should be triggered eagerly when using `iterate()`, as worse problems may be experienced with
missed initialization via listeners.
|
2015-01-13 01:36:13 +01:00 |
|
Marco Pivetta
|
0a19fbb376
|
#470 DDC-54 DDC-3005 - minor test cleanups, changing test according to current limitation to document the actual expected behavior
|
2015-01-13 01:26:04 +01:00 |
|
Lukasz Cybula
|
aa4796cd0d
|
Moved postLoad dispatching from UnitOfWork to object hydrators
|
2015-01-13 01:03:48 +01:00 |
|
Marco Pivetta
|
8c54a65aa5
|
#1001 DDC-3005 - Verifying HydrationCompleteHandler skips over registered deferred loads that were already handled by hydrationComplete
|
2015-01-13 00:48:53 +01:00 |
|
Marco Pivetta
|
29d4d342bd
|
#1001 DDC-3005 - Testing HydrationCompleteHandler with multiple deferred entities postLoad s
|
2015-01-13 00:45:07 +01:00 |
|
Marco Pivetta
|
948d6c2b9f
|
#1001 DDC-3005 - Testing HydrationCompleteHandler against all possible ListenersInvoker flags
|
2015-01-13 00:39:28 +01:00 |
|
Marco Pivetta
|
833058fd2e
|
#1001 DDC-3005 - Testing HydrationCompleteHandler when no events should be triggered
|
2015-01-13 00:36:17 +01:00 |
|
Marco Pivetta
|
516d04c391
|
#1001 DDC-3005 - Removing useless dependency from the HydrationCompleteHandler to the UnitOfWork
|
2015-01-13 00:31:32 +01:00 |
|