This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Support Laravel 6.*
- bumped minimum version of PHP to 7.1 to support phpunit 8 with return type
- syntaxCheck no longer supported in recent phpunit versions
- str helper functions have been removed
- use facade methods
- PHPUnit have deprecated a lot of functions
- date _identifier and identifier are protected and can no longer be tested, the subsequent tests cover this anyway
PR: #11
Thanks @patrickomeara