public function BlankValidatorTest::testBlankIsValid in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/validator/Tests/Constraints/BlankValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\BlankValidatorTest::testBlankIsValid()
File
- vendor/
symfony/ validator/ Tests/ Constraints/ BlankValidatorTest.php, line 37
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function testBlankIsValid() {
$this->validator
->validate('', new Blank());
$this
->assertNoViolation();
}