fix logic and tests, update docker CI file

This commit is contained in:
root
2026-03-09 15:58:44 -04:00
parent 1cb3573d4b
commit 79e44fe037
188 changed files with 1776 additions and 524 deletions
@@ -110,7 +110,7 @@ class BadgePdfServiceTest extends TestCase
'school_year' => '2025-2026',
];
$lookup->shouldReceive('getUserInfoById')->twice()->andReturn($userInfo);
$lookup->shouldReceive('getUserInfoById')->once()->andReturn($userInfo);
$printLog->shouldReceive('logSafely')
->once()
@@ -129,4 +129,4 @@ class BadgePdfServiceTest extends TestCase
$this->assertSame(200, $response->getStatusCode());
$this->assertSame('application/pdf', $response->headers->get('Content-Type'));
}
}
}