hiqdev / hiapi-pact
HiAPI pact
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/hiqdev/hiapi-pact
Requires
- hiqdev/hiapi-legacy: dev-master
- hiqdev/hipanel-hiart: dev-master
- hiqdev/yii2-hiart: dev-master
Requires (Dev)
- hiqdev/hidev-hiqdev: dev-master
- hiqdev/hidev-php: dev-master
- mockery/mockery: ^1.0
- pact-foundation/pact-php: ^5.0
- phpunit/phpunit: ^7.1
This package is auto-updated.
Last update: 2025-09-11 04:07:18 UTC
README
HiAPI PACT
How to run test?
First of all you should setup auth_login
and auth_password
env variables to phpunit.consumer.local.xml
Then you should check out the WEB_SERVER_HOST
const in phpunit.provider.local.xml
Then run consumer tests to generate pact
$ php phpunit --configuration phpunit.consumer.local.xml
After all you can run provider tests
$ php phpunit --configuration phpunit.provider.local.xml