add test batches
This commit is contained in:
@@ -15,7 +15,7 @@ class StudentProfileServiceTest extends TestCase
|
||||
{
|
||||
$studentId = $this->seedStudent();
|
||||
|
||||
$service = new StudentProfileService;
|
||||
$service = new StudentProfileService();
|
||||
$result = $service->updateStudent($studentId, [
|
||||
'firstname' => 'Lee',
|
||||
'lastname' => 'Student',
|
||||
|
||||
Reference in New Issue
Block a user