Marco Pivetta
|
aa80f6c0b5
|
Removed PHPUnit 5.6+ API usage
|
2017-08-18 21:24:47 +02:00 |
|
Marco Pivetta
|
82e0d7e21a
|
Removing ::class meta-constant for tests that need to run against my grandparents' PHP
|
2017-08-16 20:06:14 +02:00 |
|
Marco Pivetta
|
26880983fc
|
Removing ::class meta-constant for tests that need to run against my grandparents' PHP
|
2017-08-16 19:24:39 +02:00 |
|
Marco Pivetta
|
ee22be27a5
|
#6625 #6626 removing PHP 5.3 incompatibilities (required for backport)
|
2017-08-16 15:21:14 +02:00 |
|
Marco Pivetta
|
8f77210955
|
#6626 #6625 minor CS fixes (removed useless assignments)
|
2017-08-16 15:20:10 +02:00 |
|
Issei.M
|
f736acc8f5
|
Replace double quote with single quote
|
2017-08-16 15:20:01 +02:00 |
|
Issei.M
|
f1534610e1
|
Fix CS / Add annotation
|
2017-08-16 15:18:15 +02:00 |
|
Issei.M
|
6622bbbbf3
|
Skip embeddable classes proxy generation
|
2017-08-16 15:18:04 +02:00 |
|
Nikolas Tsiongas
|
814aa9f322
|
fix AbstractHydrator addEventListener on hydrateAll()
|
2017-08-16 14:49:22 +02:00 |
|
Marco Pivetta
|
22546a3811
|
Correcting connection existence in tearDown operations
|
2017-08-11 23:28:20 +02:00 |
|
Marco Pivetta
|
efa058bd8f
|
If no connection was enstablished, skip the tearDown operations
|
2017-08-11 22:56:02 +02:00 |
|
Marco Pivetta
|
767577cec6
|
Removing ::class pseudo-constant usage
|
2017-08-11 22:49:46 +02:00 |
|
Marco Pivetta
|
c0f593e422
|
Removing ::class syntax to make dinosaurs run against this codebase too
|
2017-08-11 22:22:50 +02:00 |
|
Marco Pivetta
|
2337b7aedd
|
#6464 #6475 cleaning up test - removed invalid fetch join, CS
|
2017-08-11 21:41:05 +02:00 |
|
Stefan Siegl
|
9e6f061bfb
|
#6464 code review updates
|
2017-08-11 21:40:53 +02:00 |
|
Stefan Siegl
|
bf1188127e
|
generate nested join sql for CTIs, closes #6464
|
2017-08-11 21:40:16 +02:00 |
|
Stefan Siegl
|
c73ec2aa76
|
#6464 add test
|
2017-08-11 21:39:45 +02:00 |
|
Marco Pivetta
|
96c6f4cf1d
|
#6613 #6614 #6616 removed unused import
|
2017-08-11 21:25:10 +02:00 |
|
Marco Pivetta
|
ab63628960
|
#6613 #6614 #6616 removing DDC6613 test, which was fully ported to unit tests
|
2017-08-11 21:23:55 +02:00 |
|
Andreas Braun
|
abb429a0c9
|
Add failing test for dirty flag
|
2017-08-11 21:23:47 +02:00 |
|
Marco Pivetta
|
61cb03bf30
|
#6613 #6614 #6616 removing repeated PersistentCollectionTest chunks of code
|
2017-08-11 21:23:40 +02:00 |
|
Marco Pivetta
|
d6bcb5b1f8
|
#6613 #6614 #6616 initializing a dirty collection that has new items that are also coming from initialization data de-duplicates new and persisted items
|
2017-08-11 21:22:59 +02:00 |
|
Marco Pivetta
|
bdae362777
|
#6613 #6614 #6616 moved integration test basics to a unit test that verifies basic dirty collection initialization semantics
|
2017-08-11 21:22:54 +02:00 |
|
Marco Pivetta
|
59c5574554
|
#6613 #6614 correcting broken test that isn't using objects against a PersistentCollection
|
2017-08-11 21:22:43 +02:00 |
|
Marco Pivetta
|
9545bf9d8c
|
#6613 #6614 correcting broken test that isn't using objects against a PersistentCollection
|
2017-08-11 21:22:40 +02:00 |
|
Marco Pivetta
|
49694dc335
|
#6613 #6614 after initialization, the collection should be dirty anyway
|
2017-08-11 21:21:43 +02:00 |
|
Marco Pivetta
|
3155d970d3
|
#6613 #6614 adding assertions about collection initialization and dirty status
|
2017-08-11 21:21:40 +02:00 |
|
Marco Pivetta
|
09189fc021
|
#6613 #6614 removing IDE-generated header
|
2017-08-11 21:21:36 +02:00 |
|
Marco Pivetta
|
5a0d3e5fb8
|
#6613 #6614 removing phone/user specifics, using ORM naming for associations
|
2017-08-11 21:21:27 +02:00 |
|
Marco Pivetta
|
b9ba4e3207
|
#6613 #6614 correcting column mapping (was integer , should be string ), segregating phone creation away
|
2017-08-11 21:21:24 +02:00 |
|
Marco Pivetta
|
d7919678e5
|
#6613 #6614 remove superfluous mappings
|
2017-08-11 21:21:21 +02:00 |
|
Marco Pivetta
|
8b185eb822
|
#6613 #6614 rewrote test logic to be less magic-constant-dependent
|
2017-08-11 21:21:17 +02:00 |
|
Marco Pivetta
|
693a0546d3
|
#6613 #6614 CS - applying @group annotation to the test
|
2017-08-11 21:21:14 +02:00 |
|
Marco Pivetta
|
5c5c8fc487
|
#6613 #6614 removing dedicated DDC6613 model directory
|
2017-08-11 21:21:10 +02:00 |
|
Marco Pivetta
|
85dc707cc8
|
#6613 #6614 smashing entity definitions into the test
|
2017-08-11 21:21:03 +02:00 |
|
Marco Pivetta
|
64a1251b61
|
#6613 #6614 better test specification - removing useless assertions
|
2017-08-11 21:20:42 +02:00 |
|
Marco Pivetta
|
65ed6a2c2f
|
#6613 #6614 simplifying entity definition - using auto-assigned string identifiers to reduce moving parts
|
2017-08-11 21:20:34 +02:00 |
|
Andreas Braun
|
095b365146
|
Add test for removing element not in collection
|
2017-07-22 09:27:13 +02:00 |
|
Andreas Braun
|
7c1ebd99bc
|
Fix return of removeElement on collections
Fixes #5745
|
2017-07-22 09:27:01 +02:00 |
|
Emiel Nijpels
|
0be9be4e24
|
DDC-3146 remove event listener from event listener in abstract hydrator in cleanup function
|
2017-06-24 03:23:01 +02:00 |
|
Jáchym Toušek
|
b2ac8fdfd7
|
Fix CountOutputWalker for queries with GROUP BY
|
2017-06-22 07:15:35 +02:00 |
|
Marco Pivetta
|
9c2b54b748
|
Adding classes required by the SchemaToolTest that exist in 'master', but not in '2.5'
|
2017-06-21 07:27:41 +02:00 |
|
Marco Pivetta
|
910784213f
|
Corrected duplicate import statements due to cherry picking
|
2017-06-21 06:49:45 +02:00 |
|
Sergey Fedotov
|
741da6eed7
|
Fix undefined index for discriminator column in SchemaTool
|
2017-06-21 06:31:23 +02:00 |
|
Guilliam Xavier
|
57bb46ca9d
|
Add regex tests for MetadataFilter (PR #507)
|
2017-06-21 06:15:25 +02:00 |
|
Guilliam Xavier
|
0416d5e036
|
Add more basic tests for MetadataFilter
|
2017-06-21 06:15:14 +02:00 |
|
Guilliam Xavier
|
824f62d3bb
|
Add failing test for #5715 (unit test for MetadataFilter)
|
2017-06-21 06:14:48 +02:00 |
|
Marco Pivetta
|
d2c805b071
|
Correcting PHP 5.4 compliance by removing ::class usage (moving to real constants)
|
2017-05-02 09:33:48 +02:00 |
|
Timothy Clissold
|
149b8f4e09
|
Fix inheritance join alias
|
2017-05-02 09:26:44 +02:00 |
|
Marco Pivetta
|
d52dbe62ac
|
#6174 #5570 switching ::class to string constants for PHP 5.4 compat (still supported in ORM 2.5.x)
|
2016-12-18 16:24:42 +01:00 |
|