silverstripe-behat-extension/src/SilverStripe/BehatExtension/Context
Sean Harvey 4d65b2af4e Allow setting use_test_session to false to stop using testsession module
This means it won't create a temporary database, and this can be up to
the developer to determine the database to connect to instead.

e.g. in your behat.yml:

```
default:
...

  extensions:
    ...
    SilverStripe\BehatExtension\Extension:
      use_test_session: false
```
2014-10-09 14:03:45 +13:00
..
ClassGuesser Initializer and custom namespace support 2013-10-18 17:47:33 +02:00
Initializer Allow setting use_test_session to false to stop using testsession module 2014-10-09 14:03:45 +13:00
BasicContext.php Formatting Cleanup 2014-10-01 02:20:40 +13:00
EmailContext.php add new step definition to identify multiple emails by title 2014-05-01 10:28:20 +12:00
FixtureContext.php assign one object to another 2014-09-03 17:00:29 +12:00
LoginContext.php More resilient login form detection (works with absolute URLs and GET params) 2014-07-01 19:13:32 +12:00
SilverStripeAwareContextInterface.php Fixed coding conventions (no functional changes) 2012-11-18 11:51:00 +01:00
SilverStripeContext.php Allow setting use_test_session to false to stop using testsession module 2014-10-09 14:03:45 +13:00