Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
razorpay
/
razorpay
/
non_composer_tests
Location:
/home/zoteqbgb/public_html/vendor/razorpay/razorpay/non_composer_tests
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: 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')); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
RazorpayTest.php
445 bytes
0644
2023-12-18 09:19
âï¸
ðï¸
Rename
Chang
Apply