public function assertViolationsCount(int $count) : void { $this->assertCount($count, $this->context ->getViolations()); }