App\Functional\Api\V1\Controllers\SignUpControllerTest::testSignUpSuccessfully PHP Метод

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

    public function testSignUpSuccessfully()
    {
        $this->post('api/auth/signup', ['name' => 'Test User', 'email' => '[email protected]', 'password' => '123456'])->seeJson(['status' => 'ok'])->assertResponseStatus(201);
    }