laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
508 stars 75 forks source link

[4.0] Prevent installs of PHPUnit 8 #86

Closed driesvints closed 5 years ago

driesvints commented 5 years ago

It turns out that installs of PHPUnit 8 are currently not possible because we override the setUp method and its signature has changed. This commit reverst the ability to install PHPUnit 8 since it won't work anyway.

In a follow-up commit I'll send in support for PHPUnit 8 on the next release branch.

This only requires a patch release.