PHP Class PayPal\Test\Api\OpenIdSessionTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: paypal/rest-api-sdk-php

Public Methods

Method Description
testLoginUrlForMultipleScopes ( )
testLoginWithCustomConfig ( )
testLogoutWithCustomConfig ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testLoginUrlForMultipleScopes() public method

testLoginWithCustomConfig() public method

testLogoutWithCustomConfig() public method