protected function assertNoViolation() { $this->assertSame(0, $violationsCount = \count($this->context ->getViolations()), \sprintf('0 violation expected. Got %u.', $violationsCount)); }