minkphp / MinkBundle

Mink library integration bundle for Symfony2
MIT License
60 stars 18 forks source link

The PHPUnit classes do not exist anymore #36

Closed mokagio closed 11 years ago

mokagio commented 12 years ago

Today I received this error

Fatal error: Class 'Behat\Mink\PHPUnit\TestCase' not found in /path/to/my/project/vendor/bundles/Behat/MinkBundle/Test/MinkTestCase.php on line 26

So I went looking in the [Behat/Mink repo]() and yes, the class is not there anymore. It was removed in this commit.

But the master here still requires it :/