kashi326 / inertia-react-laravel-template

Method is called but not defined PHP-E1002
Bug risk
Critical
2 years ago2 years old
Call to an undefined method Illuminate\Testing\TestResponse::assertStatus()
16    {
17        $response = $this->get('/');
18
19        $response->assertStatus(200);20    }
21}