public function testNullIsValid() { $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate(null, new Callback(array( 'foo', ))); }