ok

Mini Shell

Direktori : /home2/selectio/public_html/billingsoftwarenew/core/vendor/coingate/coingate-php/tests/
Upload File :
Current File : /home2/selectio/public_html/billingsoftwarenew/core/vendor/coingate/coingate-php/tests/TestCase.php

<?php

namespace CoinGate;

class TestCase extends \PHPUnit_Framework_TestCase
{
    const AUTH_TOKEN  = '-39RHqyAiyBmpwAEz9FcFxcVZDqbGmvKXTdHztny';
    const ENVIRONMENT = 'sandbox';

    public static function getGoodAuthentication()
    {
        return array(
            'auth_token'  => self::AUTH_TOKEN,
            'environment' => self::ENVIRONMENT,
        );
    }
}

Zerion Mini Shell 1.0