/
var
/
www
/
html
/
plugin-techloyce
/
tests
/
Unit
/
Upload File
HOME
<?php namespace Tests\Unit; use Tests\TestCase; class PaymentGateways extends TestCase { public function testListPaymentGateways() { $response = $this->json('GET', '/payment-gateways/list'); $response->assertStatus(200); } }