We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edf691c + 23a77fc commit c4221b9Copy full SHA for c4221b9
src/Context/FeatureContext.php
@@ -498,14 +498,6 @@ public function __construct() {
498
$this->variables['DB_PASSWORD'] = self::$db_settings['dbpass'];
499
$this->variables['DB_HOST'] = self::$db_settings['dbhost'];
500
$this->variables['CORE_CONFIG_SETTINGS'] = Utils\assoc_args_to_str( self::$db_settings );
501
-
502
- foreach ( $this->getStepDefinitionResources() as $step_definition_resource ) {
503
- require_once $step_definition_resource;
504
- }
505
506
507
- public function getStepDefinitionResources() {
508
- return glob( __DIR__ . '/../steps/*.php' );
509
}
510
511
/**
0 commit comments