andaniel05/test-function
Custom wrapper for the test function of PestPHP based on andaniel05/undescribed-tests
2
| Install | |
|---|---|
composer require andaniel05/test-function |
|
| Latest Version: | v1.0.0 |
| License: | MIT |
| Last Updated: | May 11, 2026 |
| Links: | GitHub · Packagist |
Maintainer: andaniel05
Andaniel05 Test Function
Custom wrapper(_test) for the test function of PestPHP based on https://github.com/andaniel05/undescribed-tests.
Installation
composer require andaniel05/test-function
Example:
_test(function () {
expect(true)->toBe(true);
});