PluginProbe
WooCommerce Square / 2.0.3
WooCommerce Square v2.0.3
5.5.0 5.4.3 5.4.2 5.4.1 5.4.0 trunk 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 All 132 releases
woocommerce-square / vendor / square / connect / test / Model / CreateShiftRequestTest.php
CreateShiftRequestTest.php
44 lines 859 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 * CreateShiftRequestTest 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 CreateShiftRequestTest 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 CreateShiftRequest
38 */
39 public function testCreateShiftRequest() {
40
41 }
42
43 }
44