mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Reverts assertOk
change (#6303)
This commit is contained in:
parent
705f97c5c8
commit
0c8372a2e6
@ -14,6 +14,6 @@ class ExampleTest extends TestCase
|
|||||||
{
|
{
|
||||||
$response = $this->get('/');
|
$response = $this->get('/');
|
||||||
|
|
||||||
$response->assertOk();
|
$response->assertStatus(200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user