silverstripe-behat-extension/src/SilverStripe/BehatExtension/Context
Sam Minnee 2c4eb2050d NEW: Add bootstrap_file extension parameter.
The bootstrap_file parameter specifies a PHP file that will be included
between Constants.php (which is included by the composer autoloader)
and Core.php (which is included by SilverStripeAwareInitializer).

The goal of this setting is to provide a bit more flexibility about how
behat test environments are set up. It’s the logical companion of
PHPUnit’s bootstrap property.
2016-09-14 12:01:41 +12:00
..
ClassGuesser Update for framework namespacing 2016-09-08 10:07:35 +12:00
Initializer NEW: Add bootstrap_file extension parameter. 2016-09-14 12:01:41 +12:00
BasicContext.php Update for framework namespacing 2016-09-08 10:07:35 +12:00
EmailContext.php Update for framework namespacing 2016-09-08 10:07:35 +12:00
FixtureContext.php Update for framework namespacing 2016-09-08 10:07:35 +12:00
LoginContext.php Update for framework namespacing 2016-09-08 10:07:35 +12:00
SilverStripeAwareContextInterface.php Update for framework namespacing 2016-09-08 10:07:35 +12:00
SilverStripeContext.php Update for framework namespacing 2016-09-08 10:07:35 +12:00