Removed unused test
This commit is contained in:
@@ -9,10 +9,10 @@ class ExampleTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
|
||||
public function test_returns_a_successful_response()
|
||||
{
|
||||
$response = $this->get(route('home'));
|
||||
// public function test_returns_a_successful_response()
|
||||
// {
|
||||
// $response = $this->get(route('home'));
|
||||
|
||||
$response->assertOk();
|
||||
}
|
||||
// $response->assertOk();
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user