fix tests
This commit is contained in:
@@ -16,7 +16,7 @@ class SchoolIdGenerationServiceTest extends TestCase
|
||||
$schoolId = $service->generateStudentId();
|
||||
|
||||
$year = date('y');
|
||||
$this->assertStringStartsWith('STU' . $year, $schoolId);
|
||||
$this->assertStringStartsWith('STU'.$year, $schoolId);
|
||||
$this->assertSame(10, strlen($schoolId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user