PayPal\Test\Handler\OauthHandlerTest::modeProvider PHP Method

modeProvider() public method

public modeProvider ( )
    public function modeProvider()
    {
        return array(array(array('mode' => 'sandbox')), array(array('mode' => 'live')), array(array('mode' => 'sandbox', 'oauth.EndPoint' => 'http://localhost/')), array(array('mode' => 'sandbox', 'service.EndPoint' => 'http://service.localhost/')));
    }