/
home
/
desid573
/
olivercann.tk
/
xero-php-oauth2-master
/
test
/
Api
/
/home/desid573/olivercann.tk/xero-php-oauth2-master/test/Api
mkdir
upload
Name
Size
Mode
Actions
AccountingApiTest.php
38649
0644
edit
dl
rm
IdentityApiTest.php
1853
0644
edit
dl
rm
Edit:
/home/desid573/olivercann.tk/xero-php-oauth2-master/test/Api/IdentityApiTest.php
(1853B)
<?php /** * IdentityApiTest * PHP version 5 * * @category Class * @package SidneyAllen\XeroPHP * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * Xero oAuth 2 identity service * * This specifing endpoints related to managing authentication tokens and identity for Xero API * * OpenAPI spec version: 1.0.0 * Contact: api@xero.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 3.3.4 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Please update the test case below to test the endpoint. */ namespace SidneyAllen\XeroPHP; use \SidneyAllen\XeroPHP\Configuration; use \SidneyAllen\XeroPHP\ApiException; use \SidneyAllen\XeroPHP\ObjectSerializer; /** * IdentityApiTest Class Doc Comment * * @category Class * @package SidneyAllen\XeroPHP * @author OpenAPI Generator team * @link https://openapi-generator.tech */ class IdentityApiTest extends \PHPUnit_Framework_TestCase { /** * Setup before running any test cases */ public static function setUpBeforeClass() { } /** * Setup before running each test case */ public function setUp() { } /** * Clean up after running each test case */ public function tearDown() { } /** * Clean up after running all test cases */ public static function tearDownAfterClass() { } /** * Test case for getConnections * * Allows you to retrieve the connections for this users. * */ public function testGetConnections() { } /** * Test case for refreshToken * * Allows you to refresh your access token. * */ public function testRefreshToken() { } }
Save