1
0
Fork 0
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:
Samuel Štancl 2022-10-18 18:46:44 +02:00
parent 2f9dd95959
commit ee9472dded

View file

@ -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();