ok
Direktori : /home2/selectio/public_html/bharath/a1tex.in/vendor/razorpay/razorpay/tests/ |
Current File : /home2/selectio/public_html/bharath/a1tex.in/vendor/razorpay/razorpay/tests/TestCase.php |
<?php namespace Razorpay\Tests; use Razorpay\Api\Api; use Razorpay\Api\Request; use PHPUnit\Framework\TestCase as PhpUnitTest; class TestCase extends PhpUnitTest { public function setUp(): void { $apiKey = ""; $apiSecret = ""; $this->api = new Api( $apiKey, $apiSecret); } }