2017 © Pedro Peláez
 

library behat-symfony-container

Allows to declare own services inside Behat loaded by symfony service manager

image

timitao/behat-symfony-container

Allows to declare own services inside Behat loaded by symfony service manager

  • Wednesday, July 18, 2018
  • by timiTao
  • Repository
  • 1 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 39 % Grown

The README.md

License Latest Stable Version, (*1)

Behat Symfony Extension

This extension provide isolated symfony container from Behat., (*2)

This extension borrow a lot from extension, but: - don't force minimal PHP version to 7.1, - have isolated container., (*3)

Configuration

  1. Install it:, (*4)

    $ composer require timitao/behat-symfony-container --dev
    
  2. To enable this extension and load container:, (*5)

    # behat.yml
    default:
        suites:
            default:
                services: "@timitao_behat_symfony_container.container"
        extensions:
            TimiTao\BehatSymfonyContainer\ServiceContainer\Extension:
                configs:
                    - "PATH_TO_FILE"
                    - "PATH_TO_FILE"
                    - "PATH_TO_FILE"
    
  3. Write services files definitions, that are generally accepted by Symfony with format yml, xml or PHP. Check out examples, (*6)

Versioning

Staring version 1.0.0, will follow Semantic Versioning v2.0.0., (*7)

Contributors

  • Tomasz Kunicki TimiTao [lead developer]

The Versions

18/07 2018

dev-master

9999999-dev

Allows to declare own services inside Behat loaded by symfony service manager

  Sources   Download

MIT

The Requires

 

The Development Requires

18/07 2018

v1.1

1.1.0.0

Allows to declare own services inside Behat loaded by symfony service manager

  Sources   Download

MIT

The Requires

 

The Development Requires

18/07 2018

v1.0.2

1.0.2.0

Allows to declare own services inside Behat loaded by symfony service manager

  Sources   Download

MIT

The Requires

 

The Development Requires

31/10 2017

v1.0.1

1.0.1.0

Allows to declare own services inside Behat loaded by symfony service manager

  Sources   Download

MIT

The Requires

 

The Development Requires

31/10 2017

v1.0.0

1.0.0.0

Allows to declare own services inside Behat loaded by symfony service manager

  Sources   Download

MIT

The Requires

 

The Development Requires