mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Aligned command class code
- Aligned usage of injecting through handler. - Aligned handler return type. - Aligned argument and arg desc format. - Aligned lack of constructor.
This commit is contained in:
@ -11,7 +11,7 @@ class CopyShelfPermissionsCommandTest extends TestCase
|
||||
{
|
||||
$this->artisan('bookstack:copy-shelf-permissions')
|
||||
->expectsOutput('Either a --slug or --all option must be provided.')
|
||||
->assertExitCode(0);
|
||||
->assertExitCode(1);
|
||||
}
|
||||
|
||||
public function test_copy_shelf_permissions_command_using_slug()
|
||||
|
Reference in New Issue
Block a user