pest-plugin-laravel-expectations
pest-plugin-laravel-expectations copied to clipboard
The Pest Laravel Expectations Plugin
Proxy this tool https://github.com/laravel/framework/pull/40984 As `expect()->output()->toContain('foo', 'bar')`
a new expectation could be added to Time category: expect($carbon)->toBe($anotherCarbon); **note** This feature is not possible yet. Will implement it as soon as pestphp v2 will be released with interceptors
Updates the requirements on [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) to permit the latest version. Commits 94300a4 release PHP 7.2 downgraded 69e4d29 [docs] Show rules directly in README (#137) 51b5765 Improve no single interface (#136)...
Updates the requirements on [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) to permit the latest version. Commits c117396 release PHP 7.2 downgraded ef82114 Add unused public and type coverage packages (#140) 58c8dbf Change NoReturnArrayVariableListRule to ignore...
Updates the requirements on [nesbot/carbon](https://github.com/briannesbitt/Carbon) to permit the latest version. Release notes Sourced from nesbot/carbon's releases. 3.8.0 Complete commits list: https://github.com/briannesbitt/Carbon/compare/3.7.0...3.8.0 Summary: Accept Unit enum in startOf and endOf by...