shell bypass 403
<?php
/**
* TerminalEntityTest
*
* PHP version 7.4
*
* @category Class
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* Cashfree Payment Gateway APIs
*
* Cashfree's Payment Gateway APIs provide developers with a streamlined pathway to integrate advanced payment processing capabilities into their applications, platforms and websites.
*
* The version of the OpenAPI document: 2023-08-01
* Contact: developers@cashfree.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.0.0
*/
/**
* 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 model.
*/
namespace Cashfree\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* TerminalEntityTest Class Doc Comment
*
* @category Class
* @description Create terminal response object
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class TerminalEntityTest extends TestCase
{
/**
* Setup before running any test case
*/
public static function setUpBeforeClass(): void
{
}
/**
* Setup before running each test case
*/
public function setUp(): void
{
}
/**
* Clean up after running each test case
*/
public function tearDown(): void
{
}
/**
* Clean up after running all test cases
*/
public static function tearDownAfterClass(): void
{
}
/**
* Test "TerminalEntity"
*/
public function testTerminalEntity()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "added_on"
*/
public function testPropertyAddedOn()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "cf_terminal_id"
*/
public function testPropertyCfTerminalId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "last_updated_on"
*/
public function testPropertyLastUpdatedOn()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_address"
*/
public function testPropertyTerminalAddress()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_email"
*/
public function testPropertyTerminalEmail()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_type"
*/
public function testPropertyTerminalType()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "teminal_id"
*/
public function testPropertyTeminalId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_name"
*/
public function testPropertyTerminalName()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_note"
*/
public function testPropertyTerminalNote()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_phone_no"
*/
public function testPropertyTerminalPhoneNo()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_status"
*/
public function testPropertyTerminalStatus()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "terminal_meta"
*/
public function testPropertyTerminalMeta()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
}