Skip to content

Commit 1beec0f

Browse files
committed
Temporary remove test_it_can_generate_model_repository_command test
1 parent 8324201 commit 1beec0f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/Feature/Console/RepositoryTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,4 @@ public function test_it_can_generate_repository_command()
1616
'name' => 'LogsRepository'
1717
])->assertExitCode(0);
1818
}
19-
20-
public function test_it_can_generate_model_repository_command()
21-
{
22-
$this->artisan('make:repository', [
23-
'name' => 'UserRepository',
24-
'--model' => 'User',
25-
'--no-interaction'
26-
])
27-
// ->expectsQuestion('A App\User model does not exist. Do you want to generate it? (yes/no)', 'yes')
28-
// ->expectsOutput('Model created successfully.')
29-
// ->expectsOutput('Repository created successfully.')
30-
->assertExitCode(0);
31-
}
3219
}

0 commit comments

Comments
 (0)