PHP Class Behat\Behat\Context\Snippet\Generator\CachedContextIdentifier

Author: Konstantin Kudryashov ([email protected])
Inheritance: implements Behat\Behat\Context\Snippet\Generator\TargetContextIdentifier
Datei anzeigen Open project: behat/behat

Public Methods

Method Description
__construct ( Behat\Behat\Context\Snippet\Generator\TargetContextIdentifier $identifier ) Initialise the identifier.
guessTargetContextClass ( Behat\Behat\Context\Environment\ContextEnvironment $environment )

Method Details

__construct() public method

Initialise the identifier.
public __construct ( Behat\Behat\Context\Snippet\Generator\TargetContextIdentifier $identifier )
$identifier Behat\Behat\Context\Snippet\Generator\TargetContextIdentifier

guessTargetContextClass() public method

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