timitao / behat-aggregate-container
Aggregate of few containers implementing Psr\Container\ContainerInterface
Installs: 13
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:behat-extension
pkg:composer/timitao/behat-aggregate-container
Requires
- php: >=5.6
- behat/behat: ~3.3
- psr/container: ^1.0
This package is auto-updated.
Last update: 2025-10-29 02:09:06 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.