PayPal\Test\Api\OpenIdTokeninfoTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( )
    protected function setUp()
    {
        $this->token = new OpenIdTokeninfo();
        $this->token->setAccessToken("Access token")->setExpiresIn(900)->setRefreshToken("Refresh token")->setIdToken("id token")->setScope("openid address")->setTokenType("Bearer");
    }