Custom wrapper(_test) for the test function of PestPHP based on https://github.com/andaniel05/undescribed-tests.
composer require andaniel05/test-functionExample:
_test(function () {
expect(true)->toBe(true);
});| Name | Name | Last commit date | ||
|---|---|---|---|---|
Custom wrapper(_test) for the test function of PestPHP based on https://github.com/andaniel05/undescribed-tests.
composer require andaniel05/test-functionExample:
_test(function () {
expect(true)->toBe(true);
});