The BrowserKit Tests Converter automates the upgrade of your tests using the Laravel 5.3 testing layer (now BrowserKit) to use Laravel's HTTP Tests.
A Laravel application running Laravel 5.4 with tests written before Laravel 5.3 or using the Laravel BrowserKit package.
The BrowserKit Tests Converter automates many of the upgrades listed in the Laravel Upgrade Guide, including:
phpunit.xml
.In addition to the Core Upgrades, the BrowserKit Tests Converter performs additional upgrade beyond those listed in the Laravel Upgrade Guide, including:
$response
variable into tests previous using the visit()
method.BrowserKitTestCase
.There are some upgrades the BrowserKit Tests Converter can not perform automatically. When Shift detects these it adds a detailed comment on the Pull Request to help guide the manual upgrade.
Sign in with any of the following services to connect Shift with your Laravel project.
Don't use one of these services?
Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.