lion / test
library to implement testing with helpers that allow easy testing with PHPUnit
Installs: 1 396
Dependents: 14
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=8.3
Requires (Dev)
- lion/exceptions: ^1.0
- phpunit/phpunit: ^11.1
README
About Lion-Test
Lion-Test is a library designed to enhance PHPUnit testing by extending the TestCase class and adding additional functions to simplify test development. This library aims to streamline the process of creating, managing, and running tests, allowing developers to focus on essential logic and reduce boilerplate code.
Features
- Easy-to-use assertions beyond the default PHPUnit set.
- Custom helper functions for common testing patterns.
- Integration with PHPUnit for seamless test execution.
Install
composer require --dev lion/test
License
The test is open-sourced software licensed under the MIT License.