Skip to content

Commit

Permalink
Remove integer part of concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Skytte Hansen committed May 10, 2016
1 parent bb74486 commit 0387453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/ORM/Association/HasManyTest.php
Expand Up @@ -553,8 +553,7 @@ public function testValueBinderUpdateOnSubQueryStrategy()
->select([
'id',
'slug' => $query->func()->concat([
'id' => 'identifier',
'-',
'---',
'name' => 'identifier'
])
])
Expand Down

0 comments on commit 0387453

Please sign in to comment.