コード例 #1
0
ファイル: AgmsTest.php プロジェクト: agmscode/agms_php
 public function setUp()
 {
     parent::setUp();
     Settings::$Api_Username = '******';
     Settings::$Api_Password = '******';
     Settings::$Api_Account = '1001789';
     Settings::$Api_Key = 'b00f57326f8cf34bbb705a74b5fcbaa2b2f3e58076dc81f';
 }
コード例 #2
0
ファイル: TestHelper.php プロジェクト: agmscode/agms_php
<?php

set_include_path(get_include_path() . PATH_SEPARATOR . realpath(dirname(__FILE__)) . '/../lib');
/*
 * Autoload Path
 */
require realpath(dirname(__FILE__)) . '/../vendor/autoload.php';
/*
 * Load Settings
 */
use Agms\Utility\Settings;
/*
 * Gateway settings
 */
Settings::$Api_Username = '******';
Settings::$Api_Password = '******';
Settings::$Api_Account = '1002186';
Settings::$Api_Key = 'accf69cefaeb1d19702e33b0a9bfc9f8f0ab3c065d937fc';