Fix merge

This commit is contained in:
Nicolas Grekas 2016-12-08 16:16:50 +01:00
parent bf9f5f0a25
commit 59d04447b8

View File

@ -148,7 +148,7 @@ abstract class PropertyAccessorCollectionTest extends PropertyAccessorArrayAcces
/**
* @expectedException \Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException
* @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
* @expectedExceptionMessage Could not determine access type for property "axes".
*/
public function testSetValueFailsIfNoAdderNorRemoverFound()
{