Marco Pivetta
5365a418e9
Removed non-existing CLASSNAME
reference
2016-09-09 23:25:54 +02:00
Marco Pivetta
47ce079b64
Removing ::class
usage (PHP 5.5 is not yet required on ORM 2.5)
2016-09-09 22:52:54 +02:00
Marco Pivetta
8e95672f49
Removing ::class
usage (PHP 5.5 is not yet required on ORM 2.5)
2016-09-09 22:51:42 +02:00
Carl Vuorinen
33e23cdddb
PR fixes (public properties & correct letter case in annotations)
2016-09-08 13:38:31 +02:00
Carl Vuorinen
dce0aeaa15
Create a failing test for issue #5989
...
Field with type=simple_array in a joined inheritance gets overridden by empty array in the hydrator
2016-09-08 13:38:18 +02:00
Marco Pivetta
aa6dc9695d
#5975 minor test cleanups
2016-09-07 23:20:47 +02:00
Alexander Kurilo
6ab27993fc
Use ::class const instead of FQCN string ( #5762 )
2016-09-07 23:20:27 +02:00
Alexander Kurilo
5eedccc22a
Remove irrelevant accessors ( #5762 )
2016-09-07 23:20:22 +02:00
John Keller
592122fbcb
add functional test and bug fix for issue #5762
2016-09-07 23:20:17 +02:00
Marco Pivetta
b183818fa8
#5867 s/::class/::CLASSNAME for PHP 5.4 compat
2016-06-19 12:48:15 +02:00
Marco Pivetta
2af84c6025
#5867 @group
annotations, describing scenario
2016-06-19 12:47:05 +02:00
Marco Pivetta
f181cf6c6b
#5867 simplifying test case by inlining all required models into the test case
2016-06-19 12:45:54 +02:00
Luís Cobucci
62431ae477
Allow the usage of embedded objects on parent classes.
...
The `ClassMetadataInfo` was always using the "current class" to
fetch the reflection of a property even when a field is declared
on the parent class (which causes `ReflectionProperty` to throw
an exception).
2016-06-19 12:45:47 +02:00
Guido Contreras Woda
5092da074a
Test that reflects the issue described in http://www.doctrine-project.org/jira/browse/DDC-3967
2016-01-05 22:12:55 +01:00
Pantel
d606efd4eb
[DDC-3711] add Test that check if the association key are composite
2015-11-09 03:46:06 +00:00
Marco Pivetta
6bc405455e
DDC-3699 - #1387 - leveraging the OrmFunctionalTestCase
API
2015-07-15 21:52:25 +01:00
Marco Pivetta
173729e560
DDC-3699 - #1387 - catching specific exceptions
2015-07-15 21:52:20 +01:00
Marco Pivetta
86abbb0e78
DDC-3699 - #1387 - simpifying tests, clarifying on test method names
2015-07-15 21:52:16 +01:00
Lenard Palko
69ef75ff2d
Added test cases for both one-to-one and one-to-many cases.
2015-07-15 21:52:08 +01:00
Matteo Beccati
786791b8fe
Fix DDC767Test failing on php7 + pg94
...
The failure happens when running the full suite or even just:
phpunit tests/Doctrine/Tests/ORM/Functional/Ticket
2015-04-06 04:23:03 +01:00
Marco Pivetta
cf1ecffb14
Merge pull request #1339 from BenMorel/dqlcustomtype
...
[DDC-2224] Honor convertToDatabaseValueSQL() in DQL query parameters
2015-03-25 01:27:05 +00:00
Marco Pivetta
06998d015f
Skipping DDC-3634 tests when a post-insert generator is unavailable
2015-03-24 00:20:03 +00:00
Marco Pivetta
4c119c44a1
Completed test coverage for DDC-3634
2015-03-23 23:37:36 +00:00
Marco Pivetta
cbdf23ca65
Verifies that identifiers are kept as strings when dealing with large numbers
2015-03-23 23:29:22 +00:00
Marco Pivetta
3b0fb6b4b8
Merge pull request #1274 from doctrine/persistent-collection-as-lazy-collection
...
PersistentCollection now extends AbstractLazyCollection.
2015-03-17 23:32:17 +00:00
Benjamin Morel
517cb7e2a2
Honor convertToDatabaseValueSQL() in DQL query parameters
2015-03-18 00:24:41 +01:00
Volker von Hoesslin
0824c6136d
unittest DDC3597: fix for PHP 5.4
2015-03-04 11:55:08 +01:00
Volker von Hoesslin
2aef87c9b2
add unittest for DDC3597
2015-03-03 16:59:48 +01:00
Guilherme Blanco
19f18fa069
PersistentCollection now extends AbstractLazyCollection.
2015-03-01 00:30:21 -05:00
Jan Kramer
c059de9e60
Implement test to show nested embeddables are not instantiated properly
2015-02-27 15:09:22 +01:00
Marco Pivetta
dff365318d
#1277 DDC-3346 DDC-3531 - enforcing 0
offset to avoid persisting more than 1 row
2015-01-24 14:39:47 +01:00
Marco Pivetta
186c593058
#1277 DDC-3346 DDC-3531 - proper bi-directional association setup
2015-01-24 14:39:46 +01:00
Marco Pivetta
39a8941d1b
#1277 DDC-3346 DDC-3531 - minor CS fixes/cleanups: avoiding setters
2015-01-24 14:39:46 +01:00
Marco Pivetta
36bc448880
#1277 DDC-3346 DDC-3531 - refactoring test code for simplicity/readability
2015-01-24 14:39:46 +01:00
Marco Pivetta
16f447d1ac
#1277 DDC-3346 DDC-3531 - correct usage of the model set (setUp/tearDown of model-related tables)
2015-01-24 14:39:46 +01:00
Marco Pivetta
6e3ad496e2
#1277 DDC-3346 DDC-3531 - constants over string references
2015-01-24 14:39:45 +01:00
Marco Pivetta
157bf203bc
#1277 DDC-3346 DDC-3531 - additional tests for LIMIT and OFFSET repository API (must not hydrate collections)
2015-01-24 14:39:45 +01:00
Pavel Batanov
981cebbf4c
Update test according to @Ocramius notes
2015-01-24 14:39:43 +01:00
Pavel Batanov
e36c7b0c2a
DDC-3346 failing test example
2015-01-24 14:39:42 +01:00
Marco Pivetta
6547d5462e
#1257 DDC-3300 - strengthening test case (missing assertion, test name)
2015-01-22 09:51:43 +01:00
Marco Pivetta
c1cc768aee
#1257 DDC-3300 - correcting further incomplete discriminator maps in the test suite
2015-01-22 09:50:59 +01:00
Marco Pivetta
635d2c141f
#1130 DDC-3300 - minor CS fix (EOF EOL)
2015-01-22 09:44:39 +01:00
Marco Pivetta
fbe294927f
#1130 DDC-3300 - cleaning up test code
2015-01-22 09:44:39 +01:00
Marco Pivetta
b7c28924b1
#1130 DDC-3300 - fixed inheritance maps where inheritance members were missing
2015-01-22 09:44:39 +01:00
mmoreram
5a1a32297b
Tested DDC-3300
2015-01-22 09:44:38 +01:00
Marco Pivetta
40849f8ae1
#1086 - Minor CS fixes applied to the test case (simplifying)
2015-01-17 08:09:55 +01:00
Thomas Lallement
a0165858c4
Delete DDC0003Test.php
2015-01-17 08:09:55 +01:00
Thomas Lallement
033b8e51e9
Create DDC3223Test.php
2015-01-17 08:09:55 +01:00
Thomas Lallement
556c562258
Failing test (get id return string type)
2015-01-17 08:09:54 +01:00
Marco Pivetta
f799986be1
Reverting BC break in AbstractIdGenerator signature
2015-01-16 18:52:58 +01:00