silverstripe-behat-extension/src/SilverStripe/BehatExtension
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
..
Compiler Initializer and custom namespace support 2013-10-18 17:47:33 +02:00
Console/Processor Make SiteTree reference conditional 2014-07-16 17:01:45 -07:00
Context Allow setting use_test_session to false to stop using testsession module 2014-10-09 14:03:45 +13:00
services Allow setting use_test_session to false to stop using testsession module 2014-10-09 14:03:45 +13:00
Utility get the last one email 2014-04-30 17:30:50 +12:00
Extension.php Allow setting use_test_session to false to stop using testsession module 2014-10-09 14:03:45 +13:00
MinkExtension.php NEW Auto-detect base_url from FILE_TO_URL_MAPPING 2013-05-09 16:26:24 +02:00