shell bypass 403
<?php
/**
* KycDetailsTest
*
* 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;
/**
* KycDetailsTest Class Doc Comment
*
* @category Class
* @description KycDetails
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class KycDetailsTest 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 "KycDetails"
*/
public function testKycDetails()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "account_type"
*/
public function testPropertyAccountType()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "business_type"
*/
public function testPropertyBusinessType()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "uidai"
*/
public function testPropertyUidai()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "gst"
*/
public function testPropertyGst()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "cin"
*/
public function testPropertyCin()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "pan"
*/
public function testPropertyPan()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "passport_number"
*/
public function testPropertyPassportNumber()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "driving_license"
*/
public function testPropertyDrivingLicense()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "voter_id"
*/
public function testPropertyVoterId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
}