silverstripe-behat-extension/src/SilverStripe/BehatExtension/Context
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
..
ClassGuesser Initializer and custom namespace support 2013-10-18 17:47:33 +02:00
Initializer add condition to prevent running endTestSession() twice 2015-12-21 10:54:10 +13:00
BasicContext.php Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
EmailContext.php Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
FixtureContext.php Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
LoginContext.php Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00
SilverStripeAwareContextInterface.php Fixed coding conventions (no functional changes) 2012-11-18 11:51:00 +01:00
SilverStripeContext.php Remove Behat-related code dependant on PHPUnit 3.x 2016-02-24 19:50:47 +13:00