actb / assertions
Our custom assertions for Laravel based projects
1.0.0
2019-09-08 14:32 UTC
Requires
- php: ^7.2
- laravel/framework: ~5.8|~6.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2024-11-11 14:55:42 UTC
README
Our package that holds the custom assertions that we use throughout our Laravel based projects.
Installation
You can install the package via composer:
composer require actb/assertions
Usage
To add an custom assertion you just need to implement the trait to your test class.
The following traits are available:
ActivismeBE\Assertions\ValidationHelperTrait
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email Tim@activisme.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.