Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
aa
/
application
/
third_party
/
midtrans
/
midtrans-php
/
tests
/
integration
✏️
Editing: VtIntegrationTest.php
<?php namespace Midtrans; abstract class VtIntegrationTest extends \PHPUnit_Framework_TestCase { public static function setUpBeforeClass() { Config::$serverKey = getenv('SERVER_KEY'); Config::$clientKey = getenv('CLIENT_KEY'); Config::$isProduction = false; } public function tearDown() { // One second interval to avoid throttle sleep(1); } }
💾 Save Changes
❌ Cancel