2
Я начинаю behat сBehat 3: Как получить имя профиля внутри FeatureContext
./bin/behat --suite=SuiteName --profile=profile_name
Можно ли получить текущее имя behat профиля внутри FeatureContext особенно внутри BeforeSuiteScope
/**
* @BeforeSuite
*/
public static function beforeSuite(BeforeSuiteScope $scope)
{
}