boulzy / behat-api-platform-bundle
A Symfony bundle to test API Platform projects using Behat
0.1.0
2023-10-26 21:56 UTC
Requires
- php: ^8.2
- api-platform/core: ^3.2
- beberlei/assert: ^3.3
- behat/behat: ^3.13
- boulzy/array-comparator: ^1.0
- friends-of-behat/symfony-extension: ^2.4
- symfony/http-client-contracts: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.35
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.4
- symfony/browser-kit: ^6.3
- symfony/config: ^6.3
- symfony/dependency-injection: ^6.3
- symfony/filesystem: ^6.3
- symfony/framework-bundle: ^6.3
- symfony/http-client: ^6.3
- symfony/http-kernel: ^6.3
- symfony/process: ^6.3
- symfony/routing: ^6.3
- symfony/var-dumper: ^6.3
- symfony/yaml: ^6.3
README
boulzy/behat-api-platform-bundle is a Symfony bundle that provides an integration between Behat and API Platform.
It provides a Behat context
with steps to test HTTP requests to JSON API endpoints that uses the same client
used by API Platform when running unit tests from an
\ApiPlatform\Symfony\Bundle\Test\ApiTestCase
test.
Documentation
License
This project is licensed under the MIT License.