PHP Class Ayaline\Bundle\ComposerBundle\Features\FeatureContext

Inheritance: extends Behat\MinkExtension\Context\MinkContext, implements Behat\Symfony2Extension\Context\KernelAwareInterface
Datei anzeigen Open project: pborreli/composer-service

Public Methods

Method Description
__construct ( array $parameters )
iPressAfterItIsReady ( $buttonLabel )
iShouldSeeLink ( $buttonLabel )
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Sets HttpKernel instance.
waitUntilTheDownloadButtonShowsUp ( )

Method Details

__construct() public method

public __construct ( array $parameters )
$parameters array

iPressAfterItIsReady() public method

public iPressAfterItIsReady ( $buttonLabel )

setKernel() public method

This method will be automatically called by Symfony2Extension ContextInitializer.
public setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface

waitUntilTheDownloadButtonShowsUp() public method