8000 Fix merge · symfony/symfony@59d0444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59d0444

Browse files
Fix merge
1 parent bf9f5f0 commit 59d0444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testSetValueCallsAdderAndRemoverForNestedCollections()
148148

149149
/**
150150
* @expectedException \Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException
151-
* @expectedExceptionMessage Neither the property "axes" nor one of the methods "addAx()"/"removeAx()", "addAxe()"/"removeAxe()", "addAxis()"/"removeAxis()", "setAxes()", "axes()", "__set()" or "__call()" exist and have public access in class "Mock_PropertyAccessorCollectionTest_CarNoAdderAndRemover
151+
* @expectedExceptionMessage Could not determine access type for property "axes".
152152
*/
153153
public function testSetValueFailsIfNoAdderNorRemoverFound()
154154
{

0 commit comments

Comments
 (0)
0