File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function test_hydrateArrayShallow_withAllColumnsAliased_thenResultsHasAll
6363 public function test_hydrateArray_withAllColumnsAliased_thenResultsHasAllRecords ()
6464 {
6565 $ hydrateType = Doctrine_Core::HYDRATE_ARRAY ;
66- $ expectedKeys = array ('aliasId ' , 'aliasName ' );
66+ $ expectedKeys = array ('id ' , ' aliasId ' , 'aliasName ' );
6767
6868 $ this ->doTestWithAllColumnsAliased ($ hydrateType , $ expectedKeys );
6969 }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function test_hydrateArrayShallow_withAllColumnsAliased_thenResultsHasAll
4444 public function test_hydrateArray_withAllColumnsAliased_thenResultsHasAllRecords ()
4545 {
4646 $ hydrateType = Doctrine_Core::HYDRATE_ARRAY ;
47- $ expectedKeys = array ('id ' , 'aliasAddress ' );
47+ $ expectedKeys = array ('id ' , 'aliasAddress ' , ' Email ' );
4848
4949 $ this ->doTestWithAllColumnsAliased ($ hydrateType , $ expectedKeys );
5050 }
You can’t perform that action at this time.
0 commit comments