silverstripe-behat-extension/src/SilverStripe/BehatExtension/Context
Sam Minnee 5a7d25e530 FIX: Use executeScript() because we discard the return value.
evaluateScript() injects 'return ' into the executed script, which often breaks multi-line code.
executeScript() is better
2014-02-13 18:08:28 +13:00
..
ClassGuesser Initializer and custom namespace support 2013-10-18 17:47:33 +02:00
Initializer Calling destructor on fatal errors 2014-02-09 18:56:40 +13:00
BasicContext.php FIX: Use executeScript() because we discard the return value. 2014-02-13 18:08:28 +13:00
EmailContext.php More flexible EmailContext 2013-12-13 17:52:42 +01:00
FixtureContext.php Merge pull request #23 from madmatt/pulls/TestSessionEnvironment 2014-02-09 18:47:13 +13:00
LoginContext.php Fixed Behat scope for "I log in as" 2013-12-10 23:28:47 +01:00
SilverStripeAwareContextInterface.php Fixed coding conventions (no functional changes) 2012-11-18 11:51:00 +01:00
SilverStripeContext.php General Coding Convention Changes 2014-01-27 10:50:20 +13:00