草庐IT

LessThanOrEqual

全部标签

php - Symfony 验证器继承

我有两个实体类:classA{/***@Assert\LessThanOrEqual(3)**@varint*/protected$attempts;}classBextendsA{/***@Assert\LessThanOrEqual(5)**@varint*/protected$attempts;}还有1个测试来检查验证是否正常工作:publicfunctiontestSetAttemptsCount(){$block=newB();$block->setAttempts(6);$errors=$this->getService('validator')->validate($bl