File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Behat \Mink \Driver \BrowserKitDriver ;
66use Behat \Mink \Session ;
77use Behat \Mink \Tests \Driver \Util \FixturesKernel ;
8+ use PHPUnit \Framework \TestCase ;
89use Symfony \Component \HttpKernel \Client ;
910
1011/**
1112 * @group functional
1213 */
13- class BaseUrlTest extends \PHPUnit_Framework_TestCase
14+ class BaseUrlTest extends TestCase
1415{
1516 public function testBaseUrl ()
1617 {
Original file line number Diff line number Diff line change 33namespace Behat \Mink \Tests \Driver \Custom ;
44
55use Behat \Mink \Driver \BrowserKitDriver ;
6+ use PHPUnit \Framework \TestCase ;
67use Symfony \Component \BrowserKit \Client ;
78use Symfony \Component \BrowserKit \Response ;
89
9- class ErrorHandlingTest extends \PHPUnit_Framework_TestCase
10+ class ErrorHandlingTest extends TestCase
1011{
1112 /**
1213 * @var TestClient
You can’t perform that action at this time.
0 commit comments