mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
type GitHub properly
This commit is contained in:
parent
2f9dd95959
commit
ee9472dded
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ test('install command works', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
pest()->artisan('tenancy:install')
|
pest()->artisan('tenancy:install')
|
||||||
->expectsConfirmation('Would you like to show your support by starring the project on Github ?', 'no')
|
->expectsConfirmation('Would you like to show your support by starring the project on GitHub?', 'no')
|
||||||
->assertExitCode(0);
|
->assertExitCode(0);
|
||||||
expect(base_path('routes/tenant.php'))->toBeFile();
|
expect(base_path('routes/tenant.php'))->toBeFile();
|
||||||
expect(base_path('config/tenancy.php'))->toBeFile();
|
expect(base_path('config/tenancy.php'))->toBeFile();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue