mirror of
https://github.com/brufdev/many-notes.git
synced 2026-05-22 10:58:36 -05:00
Add test for upgrade command
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
it('runs all upgrade commands', function (): void {
|
||||
$this->artisan('upgrade:run')->assertExitCode(0);
|
||||
});
|
||||
Reference in New Issue
Block a user