Skip to content

Commit 41d6292

Browse files
committed
Example test for what would seem to be a failing left join -- doctrine#658
1 parent 7cd7c32 commit 41d6292

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/Doctrine/Tests/ODM/PHPCR/Functional/QueryBuilderJoinTest.php

+9
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ public function provideEquiJoinInner()
123123
),
124124
),
125125

126+
array(
127+
'LeftOuter',
128+
'CmsUser', 'CmsAuditItem',
129+
array('a.username' => 'anonymous'), array(
130+
array(
131+
'a' => '/functional/anonymous'
132+
),
133+
),
134+
),
126135
array(
127136
'LeftOuter',
128137
'CmsAuditItem', 'CmsUser',

0 commit comments

Comments
 (0)