2017 © Pedro Peláez
 

library environment-loader

Environment processor and contexts autoloader

image

behat/environment-loader

Environment processor and contexts autoloader

  • Friday, November 17, 2017
  • by BR0kEN-
  • Repository
  • 0 Watchers
  • 0 Stars
  • 28,354 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

Behat Environment Loader

This tool - is a Behat library for auto loading context classes of extension to context environment., (*1)

Build Status Coverage Status Quality Score Total Downloads Latest Stable Version License, (*2)

Usage

See examples here:, (*3)

namespace Behat\ExampleExtension\ServiceContainer;

// ...

class ExampleExtension implements Extension
{
    // ...

    /**
     * {@inheritdoc}
     */
    public function load(ContainerBuilder $container, array $config)
    {
        // Load all context classes from "Behat\ExampleExtension\Context\*" namespace.
        $loader = new EnvironmentLoader($this, $container, $config);
        // Your own environment reader can be easily added.
        // $loader->addEnvironmentReader();
        $loader->load();
    }

    // ...
}

Here is a good "how to" about extension creation and usage of this library., (*4)

The Versions

17/11 2017

dev-master

9999999-dev https://github.com/BR0kEN-/environment-loader

Environment processor and contexts autoloader

  Sources   Download

MIT

The Requires

 

The Development Requires

services extension behat environment autoload

17/11 2017

1.2

1.2.0.0 https://github.com/BR0kEN-/environment-loader

Environment processor and contexts autoloader

  Sources   Download

MIT

The Requires

 

The Development Requires

services extension behat environment autoload

16/11 2017

dev-windows-support

dev-windows-support https://github.com/BR0kEN-/environment-loader

Environment processor and contexts autoloader

  Sources   Download

MIT

The Requires

 

The Development Requires

services extension behat environment autoload

05/04 2016

1.1

1.1.0.0 https://github.com/BR0kEN-/environment-loader

Environment processor and contexts autoloader

  Sources   Download

MIT

The Requires

 

The Development Requires

services extension behat environment autoload

03/04 2016

1.0

1.0.0.0 https://github.com/BR0kEN-/environment-loader

Environment processor and contexts autoloader

  Sources   Download

MIT

The Requires

 

The Development Requires

services extension behat environment autoload