You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Laravel 5.8
- Adding support for Laravel 5.8
- Removing support for Laravel 5.3 and 5.4 **(see notes)**
- Restricting PHP Version to 7.2 or above as per https://laravel.com/docs/5.8/installation and https://phpunit.de/announcements/phpunit-8.html
- Upping PHPUnit requirement to `~8.0`. Laravel 5.8 still technically supports PHPUnit 7 - but Laravel 5.9 very likely won't.
* Altered PHP Versions
- Removed unsupported PHP Versions and added `PHP 7.2` and `PHP 7.3` to test suite.
* Missing return type void
* Missing return type void
* Missing return type void
* Missing return type void
* Missing return type void
* Missing return type void
* Updated Mockery requirements.
* Update composer.json
Adding `"dms/phpunit-arraysubset-asserts": ">=0.1.0"`
* Drop-in replacement for assertArraySubset
Due to upcoming deprecation.
* Updated deprecated method calls
`setExpectedException` was deprecated. Replaced with `expectException` and `expectExceptionMessage`.
* Updated deprecated method
`setExpectedException` is deprecated. Updated to `expectException`.
0 commit comments