mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Remove Behat-related code dependant on PHPUnit 3.x
We've upgraded SilverStripe core to PHPUnit 4.x now
This commit is contained in:
parent
1a8caad950
commit
dd71c8d9df
@ -10,10 +10,6 @@ use SilverStripe\BehatExtension\Context\SilverStripeContext,
|
|||||||
SilverStripe\Framework\Test\Behaviour\CmsUiContext,
|
SilverStripe\Framework\Test\Behaviour\CmsUiContext,
|
||||||
SilverStripe\Cms\Test\Behaviour;
|
SilverStripe\Cms\Test\Behaviour;
|
||||||
|
|
||||||
// PHPUnit
|
|
||||||
require_once 'PHPUnit/Autoload.php';
|
|
||||||
require_once 'PHPUnit/Framework/Assert/Functions.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Features context
|
* Features context
|
||||||
*
|
*
|
||||||
|
@ -12,10 +12,6 @@ use Behat\Behat\Context\ClosuredContextInterface,
|
|||||||
Behat\Gherkin\Node\PyStringNode,
|
Behat\Gherkin\Node\PyStringNode,
|
||||||
Behat\Gherkin\Node\TableNode;
|
Behat\Gherkin\Node\TableNode;
|
||||||
|
|
||||||
// PHPUnit
|
|
||||||
require_once 'PHPUnit/Autoload.php';
|
|
||||||
require_once 'PHPUnit/Framework/Assert/Functions.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Context used to create fixtures in the SilverStripe ORM.
|
* Context used to create fixtures in the SilverStripe ORM.
|
||||||
*/
|
*/
|
||||||
|
@ -12,10 +12,6 @@ use Behat\Behat\Context\ClosuredContextInterface,
|
|||||||
Behat\Gherkin\Node\PyStringNode,
|
Behat\Gherkin\Node\PyStringNode,
|
||||||
Behat\Gherkin\Node\TableNode;
|
Behat\Gherkin\Node\TableNode;
|
||||||
|
|
||||||
// PHPUnit
|
|
||||||
require_once 'PHPUnit/Autoload.php';
|
|
||||||
require_once 'PHPUnit/Framework/Assert/Functions.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Context used to create fixtures in the SilverStripe ORM.
|
* Context used to create fixtures in the SilverStripe ORM.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user