@@ -781,7 +781,7 @@ public function testDefaultErrorMapping($target, $childName, $childPath, $grandC
781
781
} else {
782
782
$ this ->assertCount (0 , $ parent ->getErrors (), $ parent ->getName ().' should not have an error, but has one ' );
783
783
$ this ->assertCount (0 , $ child ->getErrors (), $ childName .' should not have an error, but has one ' );
784
- $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName . ' should have an error, but has none ' );
784
+ $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName .' should have an error, but has none ' );
785
785
}
786
786
}
787
787
@@ -1253,7 +1253,7 @@ public function testCustomDataErrorMapping($target, $mapFrom, $mapTo, $childName
1253
1253
} else {
1254
1254
$ this ->assertCount (0 , $ parent ->getErrors (), $ parent ->getName ().' should not have an error, but has one ' );
1255
1255
$ this ->assertCount (0 , $ child ->getErrors (), $ childName .' should not have an error, but has one ' );
1256
- $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName . ' should have an error, but has none ' );
1256
+ $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName .' should have an error, but has none ' );
1257
1257
}
1258
1258
}
1259
1259
@@ -1442,7 +1442,7 @@ public function testCustomFormErrorMapping($target, $mapFrom, $mapTo, $errorName
1442
1442
$ this ->assertCount (0 , $ errorChild ->getErrors (), $ errorName .' should not have an error, but has one ' );
1443
1443
$ this ->assertCount (0 , $ parent ->getErrors (), $ parent ->getName ().' should not have an error, but has one ' );
1444
1444
$ this ->assertCount (0 , $ child ->getErrors (), $ childName .' should not have an error, but has one ' );
1445
- $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName . ' should have an error, but has none ' );
1445
+ $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName .' should have an error, but has none ' );
1446
1446
}
1447
1447
}
1448
1448
@@ -1497,7 +1497,7 @@ public function testVirtualFormErrorMapping($target, $childName, $childPath, $gr
1497
1497
} else {
1498
1498
$ this ->assertCount (0 , $ parent ->getErrors (), $ parent ->getName ().' should not have an error, but has one ' );
1499
1499
$ this ->assertCount (0 , $ child ->getErrors (), $ childName .' should not have an error, but has one ' );
1500
- $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName . ' should have an error, but has none ' );
1500
+ $ this ->assertEquals (array ($ this ->getFormError ()), $ grandChild ->getErrors (), $ grandChildName .' should have an error, but has none ' );
1501
1501
}
1502
1502
}
1503
1503
}
0 commit comments