public function testEmptyStringIsValid() { $constraint = new Isbn(true); $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate('', $constraint); }