telegins / atol-sdk-api-v5
Atol.online SDK 版本 5
dev-master
2023-07-02 14:38 UTC
Requires
- php: >=5.5
- ext-curl: >=7.2
- myclabs/php-enum: ^1.6
- psr/log: ^1.0.2
Requires (Dev)
- phpunit/phpunit: >=5.7
This package is not auto-updated.
Last update: 2024-09-22 13:55:39 UTC
README
安装
项目涉及使用 composer 进行安装
composer require telegins/atol-sdk-api-v5
测试
为了使测试正常工作,需要 PHPUnit,要安装它,需要运行以下命令
composer require phpunit/phpunit
为了运行集成测试,需要将文件 tests/integration/MerchantSettings.php.sample 复制为 tests/integration/MerchantSettings.php。在项目根目录中执行该命令
vendor/bin/phpunit vendor/payprocessing/atol-online/tests/integration
示例
您可以在以下位置找到示例 tests/integration