Auth0\Tests\UsersTest::getUpdateBody PHP 메소드

getUpdateBody() 보호된 메소드

protected getUpdateBody ( )
    protected function getUpdateBody()
    {
        return ['email' => $this->email . '[email protected]'];
    }