1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?php
- /**
- * DocumentBlockApiTest
- * PHP version 5
- *
- * @category Class
- * @package Billingo\Client
- * @author Swagger Codegen team
- * @link https://github.com/swagger-api/swagger-codegen
- */
- /**
- * Billingo API v3
- *
- * This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our [site](https://app.billingo.hu/api-key). After that, you can test your API key on this page.
- *
- * OpenAPI spec version: 3.0.10
- * Contact: hello@billingo.hu
- * Generated by: https://github.com/swagger-api/swagger-codegen.git
- * Swagger Codegen version: 3.0.23
- */
- /**
- * NOTE: This class is auto generated by the swagger code generator program.
- * https://github.com/swagger-api/swagger-codegen
- * Please update the test case below to test the endpoint.
- */
- namespace Billingo\Client;
- use Billingo\Client\Configuration;
- use Billingo\Client\ApiException;
- use Billingo\Client\ObjectSerializer;
- /**
- * DocumentBlockApiTest Class Doc Comment
- *
- * @category Class
- * @package Billingo\Client
- * @author Swagger Codegen team
- * @link https://github.com/swagger-api/swagger-codegen
- */
- class DocumentBlockApiTest 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 listDocumentBlock
- *
- * List all document blocks.
- *
- */
- public function testListDocumentBlock()
- {
- }
- }
|