You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @expectedExceptionMessage Cannot set unknownProp property of OpenAPIServer\Mock\Model\CatRefTestClass model because it doesn't exist in related OAS schema
61
+
* @covers ::__set
62
+
*/
63
+
publicfunctiontestSetterWithUnknownProp()
64
+
{
65
+
$item = newCatRefTestClass();
66
+
$item->unknownProp = 'foobar';
67
+
}
68
+
69
+
/**
70
+
* @expectedException \InvalidArgumentException
71
+
* @expectedExceptionMessage Cannot get unknownProp property of OpenAPIServer\Mock\Model\CatRefTestClass model because it doesn't exist in related OAS schema
0 commit comments