Files
many-notes/tests/Unit/Console/UpgradeTest.php
T
2025-03-08 17:05:01 +00:00

8 lines
143 B
PHP

<?php
declare(strict_types=1);
it('runs all upgrade commands', function (): void {
$this->artisan('upgrade:run')->assertExitCode(0);
});