REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 981 B
Close
/home/godevadmin/www/admin/braintree/final/braintree_php-master/tests/Setup.php
Text
Base64
<?php namespace Test; require_once __DIR__ . '/Helper.php'; require_once __DIR__ . '/integration/HttpClientApi.php'; require_once __DIR__ . '/integration/SubscriptionHelper.php'; require_once __DIR__ . '/Braintree/CreditCardNumbers/CardTypeIndicators.php'; require_once __DIR__ . '/Braintree/CreditCardDefaults.php'; require_once __DIR__ . '/Braintree/OAuthTestHelper.php'; date_default_timezone_set('UTC'); use Braintree\Configuration; use PHPUnit_Framework_TestCase; class Setup extends PHPUnit_Framework_TestCase { public function __construct() { self::integrationMerchantConfig(); } public static function integrationMerchantConfig() { Configuration::reset(); Configuration::environment('development'); Configuration::merchantId('integration_merchant_id'); Configuration::publicKey('integration_public_key'); Configuration::privateKey('integration_private_key'); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Braintree
DIR
-
drwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
integration
DIR
-
drwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
unit
DIR
-
drwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Helper.php
6.85 KB
lrwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SanityTest.php
558 B
lrwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Setup.php
981 B
lrwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).