add test batches
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ class StoreAttendanceCommentTemplateRequestTest extends TestCase
|
||||
{
|
||||
private function makeRequest(): StoreAttendanceCommentTemplateRequest
|
||||
{
|
||||
return new StoreAttendanceCommentTemplateRequest;
|
||||
return new StoreAttendanceCommentTemplateRequest();
|
||||
}
|
||||
|
||||
public function test_rules_pass_with_valid_data(): void
|
||||
@@ -75,4 +75,4 @@ class StoreAttendanceCommentTemplateRequestTest extends TestCase
|
||||
$this->assertArrayHasKey('min_score', $validator->errors()->toArray());
|
||||
$this->assertArrayHasKey('max_score', $validator->errors()->toArray());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user