add tests batch 20
This commit is contained in:
@@ -12,7 +12,7 @@ class PolicyContentServiceTest extends TestCase
|
||||
|
||||
public function test_get_policy_returns_content(): void
|
||||
{
|
||||
$service = new PolicyContentService;
|
||||
$service = new PolicyContentService();
|
||||
$result = $service->getPolicy('school');
|
||||
|
||||
$this->assertSame('school', $result['type']);
|
||||
|
||||
Reference in New Issue
Block a user