You are here

public function FeatureContext::__construct in Accordion Blocks 8

Initializes context.

Every scenario gets its own context instance. You can also pass arbitrary arguments to the context constructor through behat.yml.

File

tests/features/bootstrap/FeatureContext.php, line 20

Class

FeatureContext
Defines application features from the specific context.

Code

public function __construct() {
}