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
$this->assertCount(0, $violations, '->validateProperty() returns no violations if no constraints have been configured for the property being validated');
863
+
}
864
+
854
865
publicfunctiontestValidatePropertyValue()
855
866
{
856
867
$test = $this;
@@ -970,6 +981,17 @@ public function testValidatePropertyValueFailsIfPropertiesNotSupported()
$this->assertCount(0, $violations, '->validatePropertyValue() returns no violations if no constraints have been configured for the property being validated');
0 commit comments