App\Functional\Api\V1\Controllers\LoginControllerTest::testLoginWithReturnsWrongCredentialsError PHP Method

testLoginWithReturnsWrongCredentialsError() public method

    public function testLoginWithReturnsWrongCredentialsError()
    {
        $this->post('api/auth/login', ['email' => '[email protected]', 'password' => '123456'])->seeJsonStructure(['error'])->assertResponseStatus(403);
    }