diff --git a/tests/ZendTest/Validator/Db/RecordExistsTest.php b/tests/ZendTest/Validator/Db/RecordExistsTest.php index e90156ed5d0..08975a87fc7 100644 --- a/tests/ZendTest/Validator/Db/RecordExistsTest.php +++ b/tests/ZendTest/Validator/Db/RecordExistsTest.php @@ -276,10 +276,10 @@ public function testSelectDoesNotMixPositionalAndNamedParameters() )); $validator = new RecordExists( array( - 'table' => 'users', + 'table' => 'users', 'schema' => 'my' - ), - 'field1', + ), + 'field1', array( 'field' => 'foo', 'value' => 'bar'