App\Functional\Api\V1\Controllers\LoginControllerTest::testLoginWithReturnsWrongCredentialsError PHP Метод

testLoginWithReturnsWrongCredentialsError() публичный Метод

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