The BrowserKit Tests Converter automates the upgrade of your tests using the old Laravel 5.3 testing layer (now BrowserKit) to use Laravel's HTTP Tests adding in Laravel 5.4.
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 upgrades 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 to the Pull Request to guide any additional steps you may need to do manually.
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.