Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 30, 2024
1 parent f17815d commit 3264942
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@
]);
});

it('returns registered mail templates array', function() {
$extension = new \Igniter\Local\Extension(app());

$result = $extension->registerMailTemplates();

expect($result)->toEqual([
'igniter.local::mail.review_chase' => 'lang:igniter.local::default.reviews.text_chase_email',
]);
});

it('returns registered permissions array', function() {
$extension = new \Igniter\Local\Extension(app());

Expand Down

0 comments on commit 3264942

Please sign in to comment.