Skip to content

Commit

Permalink
Add route caching test
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Dec 15, 2023
1 parent e7df7d2 commit 3e57403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Unit/SystemTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

it('successfully caches routes', function () {
$this->artisan('route:cache')->assertExitCode(0);
});

0 comments on commit 3e57403

Please sign in to comment.