timitao/behat-aggregate-container

Aggregate of few containers implementing Psr\Container\ContainerInterface

v0.3.0 2017-10-26 22:21 UTC

This package is auto-updated.

Last update: 2024-02-29 02:18:34 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.

Contributors