PHP Класс Behat\Behat\Context\Snippet\Generator\AggregateContextIdentifier

This behaviour was introduced in 3.x to support the BC for interface-focused context identifier, while providing better user experience (no need to explicitly call --snippets-for on --append-snippets when contexts do not implement any snippet accepting interfaces).
Наследование: implements Behat\Behat\Context\Snippet\Generator\TargetContextIdentifier
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $identifiers ) Initialises identifier.
guessTargetContextClass ( Behat\Behat\Context\Environment\ContextEnvironment $environment )

Описание методов

__construct() публичный Метод

Initialises identifier.
public __construct ( array $identifiers )
$identifiers array

guessTargetContextClass() публичный Метод

public guessTargetContextClass ( Behat\Behat\Context\Environment\ContextEnvironment $environment )
$environment Behat\Behat\Context\Environment\ContextEnvironment