silverstripe-behat-extension/src/SilverStripe/BehatExtension/Context
Igor 2ff6ddeaaa FIX logic error where a variable is used for two purposes
The issue that prompted this change was that at line 361, if an exception needed to be thrown, it would be thrown with $field being a NodeElement rather than a string, causing a Catchable Fatal Error to be thrown in ElementNotFoundException::__construct#46 (can't convert object of type NodeElement to string).
2015-08-24 14:27:56 +12:00
..
ClassGuesser Initializer and custom namespace support 2013-10-18 17:47:33 +02:00
Initializer Revert "Allow setting create_temp_database to false to stop temp db creation" 2014-10-09 09:55:00 +13:00
BasicContext.php Fixed "wait" step, merge regression from df4a859 2015-04-21 15:26:15 +12:00
EmailContext.php Updated and added new step to check the email contains text 2014-11-27 17:58:11 +13:00
FixtureContext.php Fix step when multiple relations exist between the two joined objects 2015-04-21 14:38:58 +12:00
LoginContext.php More complex password default to comply with custom authenticators 2015-01-06 14:22:15 +13:00
SilverStripeAwareContextInterface.php Fixed coding conventions (no functional changes) 2012-11-18 11:51:00 +01:00
SilverStripeContext.php FIX logic error where a variable is used for two purposes 2015-08-24 14:27:56 +12:00