tienvx / codeception-pact-php-extension
Codeception Extensions For PACT PHP
v1.0.3
2020-07-10 00:49 UTC
Requires
- php: ^7.2.5
- codeception/codeception: ^4.1
- pact-foundation/pact-php: ^6.0
This package is auto-updated.
Last update: 2023-11-10 08:30:30 UTC
README
Installation
composer require --dev "tienvx/codeception-pact-php-extension"
Usage
Enable the extensions for your suite:
extensions: enabled: - CodeceptionPactPhp\Extension\Env: PACT_CONSUMER_NAME: BookPublisher PACT_PROVIDER_NAME: BookStore - CodeceptionPactPhp\Extension\Pact