We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e08ecd commit d1111a1Copy full SHA for d1111a1
1 file changed
tests/Commands/MakeModelCommandTest.php
@@ -16,6 +16,7 @@ protected function getPackageProviders($app)
16
public function test_generates_remote_model()
17
{
18
$this->artisan('make:model', ['name' => 'RemoteUser', '--remote' => true])
19
+ ->expectsQuestion('Do you want to generate additional components for the model?', 'no')
20
->assertExitCode(0);
21
22
$path = app_path('Models/RemoteUser.php');
0 commit comments