*/ class IncidentComponentTest extends AbstractTestCase { use ValidationTrait; public function testValidation() { $this->checkRules(new IncidentComponent()); } }