public function ImageValidatorTest::testValidImage in Plug 7
File
- lib/Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Constraints/ ImageValidatorTest.php, line 67 
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function testValidImage() {
  $this->validator
    ->validate($this->image, new Image());
  $this
    ->assertNoViolation();
}