andaniel05 / test-function
Custom wrapper for the test function of PestPHP based on andaniel05/undescribed-tests
v1.0.0
2026-05-10 15:30 UTC
Requires
- andaniel05/undescribed-tests: >=1.0.0
README
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); });