Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/learnoid.codeskitter.site/vendor/razorpay/razorpay/tests/
Upload File :
Current File : /home/users/unlimited/www/learnoid.codeskitter.site/vendor/razorpay/razorpay/tests/IinTest.php

<?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()));
    }
}