fix failed tests
API CI/CD / Validate (composer + pint) (push) Successful in 3m6s
API CI/CD / Test (PHPUnit) (push) Failing after 6m55s
API CI/CD / Build frontend assets (push) Successful in 1m2s
API CI/CD / Security audit (push) Failing after 50s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-07-07 04:12:02 -04:00
parent 031e499819
commit 3fde161f29
15 changed files with 193 additions and 11 deletions
@@ -18,6 +18,7 @@ class StudentScoreCardServiceTest extends TestCase
DB::table('semester_scores')->insert([
'student_id' => $studentId,
'school_id' => 'S-800',
'class_section_id' => 601,
'school_year' => '2025-2026',
'semester' => 'Fall',