Carl Vuorinen
da41161d73
Add unit test for SimpleObjectHydrator
2016-09-08 13:38:34 +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
Thomas Ploch
a5eb0f2e82
Exporters should only inspect joinColumns
for owning side in bi-directional OneToOne
...
rebased commits:
- Added test case for bi-directional OneToOne in YamlExporter
- Only inspect joinColumns for owning side in bi-directional OneToOne in YamlExporter
- Adding bi-directional test case without joinColumn to XmlExporter test
- Same testcase also applied to PhpExporter
- Fixing bi-directional issue in PhpExporter when inspecting joinColumns index
- Implemented @Ocramius suggestions
2016-06-08 13:34:10 +02:00
Marco Pivetta
9a393ccba7
Removed reliance on ::class
meta-constant (only available in PHP 5.5+)
2016-06-06 01:48:32 +02:00
Marco Pivetta
224ac9725e
Removed annotation reader constructor argument (incorrect argument used)
2016-06-06 01:34:20 +02:00
Marco Pivetta
7378035f68
#5849 #5850 correcting test scenario: identity map could not be built with auto-generated identities+persist
2016-06-06 00:31:23 +02:00
Marco Pivetta
7fbcbfa271
#5849 #5850 adding group annotations to the newly introduced test case
2016-06-06 00:30:46 +02:00
Rico Humme
996c5048ab
Test Case for Clear entityInsertions for specific entityName
2016-06-06 00:30:33 +02:00
Alessandro Lai
6279c80e05
Regression test: HAVING clause does not translate variable name when used with * and / math operators
2016-01-16 10:28:43 -06:00
Jan Langer
db6cb8dedc
Second level cache stores identifier with correct type even if findById is called with wrong identifier type
2016-01-05 22:13:03 +01: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
Marco Pivetta
27a5284899
doctrine/common 2.6.0 compat
...
Less strict assertion - no need to check the exact file name
2015-12-25 15:24:37 +01:00
Marco Pivetta
0086d17afe
Common 2.6 compatibility
...
Internal structure of the ArrayCache has changed, therefore we should fix the tests depending on it instead
2015-12-25 15:24:32 +01:00
Marco Pivetta
7065ff0ac9
Merge branch 'hotfix/#1572-target-entity-resolver-dql-with-interfaces-support' into 2.5
...
Close #1572
2015-12-11 21:35:18 +01:00
Marco Pivetta
aa61328e90
#1572 - test coverage - interfaces should also resolve to target entities when in DQL
2015-12-11 21:30:19 +01:00
Marco Pivetta
66770c5bfe
#1573 - correcting test asset namespace, removing unused properties and bi-directional association
2015-12-11 20:18:53 +01:00
Marco Pivetta
42691c21b4
Removing empty newline
2015-12-11 20:18:48 +01:00
Marco Pivetta
d5c82094df
#1573 removing unused API
2015-12-11 20:18:37 +01:00
bilouwan
e173c930ec
Fix superflous whitespaces & empty lines
2015-12-11 20:18:25 +01:00
bilouwan
7071984559
Fix compatibility with php5.4
2015-12-11 20:18:19 +01:00
bilouwan
216c466233
Unit test & fix for merge versionned entity
2015-12-11 20:18:12 +01:00
Marco Pivetta
6e3ce26429
Correcting minor test case incompatibility with XDebug 2.4.x
...
In PHP 5.x + XDebug < 2.4, the output would be "string:..."
In PHP 7.x + XDebug >= 2.4, the output would be "the/file/name.php:11:string:..."
This is an improvement in XDebug that is quite annoying for our purposes, but is actually welcome to most users anyway.
This commit simply fixes that incompatibility
2015-12-11 19:35:28 +01:00
Guilherme Blanco
04254a8e34
Merge pull request #1512 from neoglez/2.5
...
Backport of "LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass"
2015-11-15 22:08:59 -05:00
Pantel
d606efd4eb
[DDC-3711] add Test that check if the association key are composite
2015-11-09 03:46:06 +00:00
Pantel
581e1638a2
[DDC-3711] add Tests that check if the association key are composite
2015-11-09 03:45:56 +00:00
Michał Bundyra
567220ef71
prevent duplicate unique index
2015-11-07 16:46:22 +00:00
François-Xavier de Guillebon
1eb9c8a7f6
Added test
2015-11-07 10:35:08 -05:00
neoglez
ef73249bc7
Entity to test a mapped superclass
...
Backport of https://github.com/doctrine/doctrine2/pull/1377/files to branch 2.5
2015-09-21 09:32:54 +02:00
neoglez
a3ece3b419
UnitTest backport of "Failing test case for broken paginator case"
...
UnitTest backport of "Failing test case for broken paginator case" ( 192da14842
).
The branch 2.x is very important because it's related to ZF2 doctrine module (see https://github.com/doctrine/DoctrineORMModule/blob/master/composer.json ) and specially this issue affects the use case of extending the ZF2 user entity defined in ZfcUser ( https://github.com/ZF-Commons/ZfcUser ).
This test is meant to show the need of the backport of e501137d1a
2015-09-21 08:52:46 +02:00
Matthias Pigulla
eaf8b1c7ca
Fix tests related to caches, as per doctrine/cache 1.5.0 changes
...
Backports #1510
Fixes DDC-3908
dd47003641
removes the 'DoctrineNamespaceCacheKey[]' entry from the cache. Thus, all tests counting cache entries were off by one.
2015-09-19 10:44:47 +02:00
Bill Schaller
89eed31e79
Merge pull request #1463 from ehimen/paginate-order-by-subselect
...
Fixed issue when paginator orders by a subselect expression
Conflicts:
tests/Doctrine/Tests/ORM/Tools/Pagination/LimitSubqueryOutputWalkerTest.php
2015-08-04 14:31:08 -04: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
Nico Vogelaar
9097014c3d
Fixes ClassMetadata wakeupReflection with embeddable and StaticReflectionService
2015-07-15 20:50:05 +01:00
Marco Pivetta
ed1c4de2b6
DDC-3683 - #1380 - reverting BC break, annotating correct types, cs fixes
2015-07-15 20:45:02 +01:00
Darien Hager
97e90ddefc
Clarify state-changes, replace array_key_exists() with isset() for speed
2015-07-15 20:44:50 +01:00
Darien Hager
d5adda954d
Whitespace formatting tweaks
2015-07-15 20:44:39 +01:00
Darien Hager
c507b52f20
Remove now-superfluous EntityManager check
2015-07-15 20:44:33 +01:00
Darien Hager
d29cc3660f
Change the test listener than layers on second-level-caching so that it is more conservative, only turning on caching-associations when it knows the target entity is cache-able.
2015-07-15 20:44:10 +01:00