Skip to content

Commit

Permalink
Example test for what would seem to be a failing left join -- doctrin…
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcher committed Nov 1, 2015
1 parent ccb4771 commit 9ae7031
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ public function provideEquiJoinInner()
),
),

array(
'LeftOuter',
'CmsUser', 'CmsAuditItem',
array('a.username' => 'anonymous'), array(
array(
'a' => '/functional/anonymous'
),
),
),
array(
'LeftOuter',
'CmsAuditItem', 'CmsUser',
Expand Down

0 comments on commit 9ae7031

Please sign in to comment.