JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "IinTest.php"
Full Path: /home/ambitio2/public_html/vendor/razorpay/razorpay/tests/IinTest.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Razorpay\Tests;
use Razorpay\Api\Request;
class IinTest extends TestCase
{
public function testFetchIinAll()
{
$data = $this->api->iin->all();
$this->assertTrue(is_array($data->toArray()));
}
}