| 1 | <?php |
||
| 9 | abstract class AbstractAPITest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var XsollaClient |
||
| 13 | */ |
||
| 14 | protected static $xsollaClient; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var int |
||
| 18 | */ |
||
| 19 | protected static $projectId; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var int |
||
| 23 | */ |
||
| 24 | protected static $merchantId; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @var string |
||
| 28 | */ |
||
| 29 | protected static $userId; |
||
| 30 | |||
| 31 | public static function setUpBeforeClass() |
||
| 38 | |||
| 39 | public function generateVirtualItemTemplate($sku) |
||
| 58 | } |
||
| 59 |