Changes
- Update support for Laravel Framework v5.4.
Orchestra\Testbench\Http\Kernel
now runsTrimStrings
,ValidatePostSize
,ConvertEmptyStringsToNull
as global middleware, consider replacing the HTTP Kernel if you need to setup different expectation.
Removed
- Browser Kit related testing is now has been removed, if you need such feature do instead require
orchestra/testbench-browser-kit
.
Deprecation
--realpath
for migration is now deprecated. All package developer should be utilising the availableloadMigrationFroms()
under the package service provider, refer to Migration for Packages documentation.