fix tests
This commit is contained in:
@@ -17,12 +17,19 @@ class AssignmentServiceTest extends TestCase
|
||||
use RefreshDatabase;
|
||||
|
||||
protected AssignmentService $service;
|
||||
|
||||
protected User $teacherMain;
|
||||
|
||||
protected User $teacherAssistant;
|
||||
|
||||
protected User $updatedByUser;
|
||||
|
||||
protected ClassSection $sectionA;
|
||||
|
||||
protected ClassSection $sectionB;
|
||||
|
||||
protected Student $studentOne;
|
||||
|
||||
protected Student $studentTwo;
|
||||
|
||||
protected function setUp(): void
|
||||
|
||||
Reference in New Issue
Block a user