CreateOrderRequestTest.php
| 1 | <?php |
| 2 | /** |
| 3 | * NOTE: This class is auto generated by the swagger code generator program. |
| 4 | * https://github.com/swagger-api/swagger-codegen |
| 5 | * Do not edit the class manually. |
| 6 | */ |
| 7 | |
| 8 | namespace SquareConnect\Model; |
| 9 | |
| 10 | /** |
| 11 | * CreateOrderRequestTest Class Doc Comment |
| 12 | * |
| 13 | * @category Class |
| 14 | * @package SquareConnect |
| 15 | * @author Square Inc. |
| 16 | * @license http://www.apache.org/licenses/LICENSE-2.0 Apache Licene v2 |
| 17 | * @link https://squareup.com/developers |
| 18 | */ |
| 19 | class CreateOrderRequestTest extends \PHPUnit_Framework_TestCase |
| 20 | { |
| 21 | |
| 22 | /** |
| 23 | * Setup before running each test case |
| 24 | */ |
| 25 | public static function setUpBeforeClass() { |
| 26 | |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Clean up after running each test case |
| 31 | */ |
| 32 | public static function tearDownAfterClass() { |
| 33 | |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Test CreateOrderRequest |
| 38 | */ |
| 39 | public function testCreateOrderRequest() { |
| 40 | |
| 41 | } |
| 42 | |
| 43 | } |
| 44 |