timitao / behat-aggregate-container
Aggregate of few containers implementing Psr\Container\ContainerInterface
Installs: 10
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:behat-extension
Requires
- php: >=5.6
- behat/behat: ~3.3
- psr/container: ^1.0
This package is auto-updated.
Last update: 2024-10-29 03:48:23 UTC
README
Starting from Behat 3.3, is available to hold container implementing Psr\Container\ContainerInterface.
This library is to aggregate of containers implementing Psr\Container\ContainerInterface
.
Configuration
default:
suites:
default:
contexts:
# ...
services: "@aggregate_container_extension.aggregate_id"
# ...
extensions:
TimiTao\BehatAggregateExtension\ServiceContainer\Extension: ~
For connecting with other containers, for now, is available via tag aggregate_container_extension.aggregate_tag
and extension.
Versioning
Staring version 0.1.0
, will follow Semantic Versioning v2.0.0.