timitao / behat-aggregate-container
Aggregate of few containers implementing Psr\Container\ContainerInterface
Package info
github.com/timiTao/behat-aggregate-container
Type:behat-extension
pkg:composer/timitao/behat-aggregate-container
v0.3.0
2017-10-26 22:21 UTC
Requires
- php: >=5.6
- behat/behat: ~3.3
- psr/container: ^1.0
This package is auto-updated.
Last update: 2026-03-01 00:11:03 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.