silverstripe-behat-extension/src/SilverStripe/BehatExtension
Ingo Schommer 350392148f Remove Behat-related code dependant on PHPUnit 3.x
We've upgraded SilverStripe core to PHPUnit 4.x now, and the Functions.php has moved locations.
Since all custom contexts either use one of these contexts, or extend off SilverStripeContext,
we can be certain that the required assertions are automatically included for custom contexts,
no need to duplicate the require_once() calls.

Note that Behat 3.x suggests using static methods on a class, e.g. PHPUnit_Framework_Assert::assertSame (see http://docs.behat.org/en/master/quick_intro.html).
This seems quite verbose, and increases the upgrade burden on any project using Behat.
2016-02-24 19:50:47 +13:00
..
Compiler Comply with moved use_test_manifest() method 2015-08-28 16:50:51 +12:00
Console/Processor Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
Context Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
services Revert "Allow setting create_temp_database to false to stop temp db creation" 2014-10-09 09:55:00 +13:00
Utility update the params to be array on sending email 2015-07-28 09:14:08 +12:00
Extension.php Revert "Allow setting create_temp_database to false to stop temp db creation" 2014-10-09 09:55:00 +13:00
MinkExtension.php NEW Auto-detect base_url from FILE_TO_URL_MAPPING 2013-05-09 16:26:24 +02:00