ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/razorpay/razorpay/non_composer_tests/
Upload File :
Current File : /home2/selectio/www/3-idiots/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'));
	}
}

Zerion Mini Shell 1.0