BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
coingate
/
coingate-php
/
tests
📤 Upload
📝 New File
📁 New Folder
Close
Editing: TestCase.php
<?php namespace CoinGate; class TestCase extends \PHPUnit\Framework\TestCase { public const APIKEY = '-Lj8CYksfaJw_VwoCPMEPUKiLDnFFGKz7szNKXYp'; protected function createSandboxClient(): Client { return new Client(self::APIKEY, true); } }
Save
Cancel