D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
vendor
/
midtrans
/
midtrans-php
/
Filename :
test_bootstrap.php
back
Copy
<?php /** * Include test library if you are using composer * Example: Psysh (debugging library similar to pry in Ruby) */ require_once dirname(__FILE__) . '/vendor/autoload.php'; require_once dirname(__FILE__) . '/Midtrans.php'; require_once dirname(__FILE__) . '/tests/Mt_Tests.php'; require_once dirname(__FILE__) . '/tests/utility/MtFixture.php';