andaniel05/test-function

Custom wrapper for the test function of PestPHP based on andaniel05/undescribed-tests

Maintainers

Package info

github.com/andaniel05/test-function

pkg:composer/andaniel05/test-function

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-10 15:30 UTC

This package is auto-updated.

Last update: 2026-05-11 10:53:27 UTC


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);
});