PHPackages                             delights/pest-plugin-helpers-auto-register - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. delights/pest-plugin-helpers-auto-register

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

delights/pest-plugin-helpers-auto-register
==========================================

Register PEST helpers as a TestCase method.

0.1.0(5y ago)32MITPHPPHP ^7.3

Since Aug 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/felixdorn/pest-plugin-helpers-auto-register)[ Packagist](https://packagist.org/packages/delights/pest-plugin-helpers-auto-register)[ RSS](/packages/delights-pest-plugin-helpers-auto-register/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

**This is now part of the PEST core and this plugin does not provide anymore value**

Register PEST helpers as a TestCase method.
===========================================

[](#register-pest-helpers-as-a-testcase-method)

[![CI status](https://github.com/felixdorn/pest-plugin-auto-helpers/workflows/Tests/badge.svg)](https://github.com/felixdorn/pest-plugin-auto-helpers/workflows/Tests/badge.svg)[![CI status](https://github.com/felixdorn/pest-plugin-auto-helpers/workflows/Formats/badge.svg)](https://github.com/felixdorn/pest-plugin-auto-helpers/workflows/Formats/badge.svg)

Getting started
---------------

[](#getting-started)

### Installation

[](#installation)

This library can be installed using composer, if you don't have it already, [download it](https://getcomposer.org/download).

You can run this command :

```
composer require delights/pest-plugin-helpers-auto-register
```

Usage
-----

[](#usage)

> We do not support namespaced functions in `Helpers.php`. However, as of PHP8 and this [rfc](https://wiki.php.net/rfc/namespaced_names_as_token) this will be possible.

Once, you installed it, every function in your `tests/Helpers.php` file will be available as a method in your test case.

**If a method and a helper have the same name, the method will be called.**

```
// tests/Helpers.php
function assertReallyEqual($a, $b) {
    $this->assertEquals($a, $b);
    $this->assertEquals($a, $b);
}

// tests/SomeTest.php

it('tests')
    ->assertReallyEqual(1, 1);

it('tests but better', function () {
    $this->assertReallyEqual(1, 1);
});
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eeca3822ab1a1281e77e0c4f7bdb671c840417def9884107629952224ce42eb0?d=identicon)[felixdorn](/maintainers/felixdorn)

---

Top Contributors

[![felixdorn](https://avatars.githubusercontent.com/u/55788595?v=4)](https://github.com/felixdorn "felixdorn (18 commits)")

---

Tags

phpplugintestingunittestpesthelpers

### Embed Badge

![Health badge](/badges/delights-pest-plugin-helpers-auto-register/health.svg)

```
[![Health](https://phpackages.com/badges/delights-pest-plugin-helpers-auto-register/health.svg)](https://phpackages.com/packages/delights-pest-plugin-helpers-auto-register)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.7k](/packages/pestphp-pest)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

99600.5k7](/packages/defstudio-pest-plugin-laravel-expectations)[jonpurvis/lawman

A PestPHP Plugin to help with architecture testing SaloonPHP integrations

4138.2k10](/packages/jonpurvis-lawman)[pestphp/pest-plugin-arch

The Arch plugin for Pest PHP.

4358.2M5.6k](/packages/pestphp-pest-plugin-arch)[pestphp/pest-plugin-browser

Pest plugin to test browser interactions

1343.7M192](/packages/pestphp-pest-plugin-browser)[pestphp/pest-plugin-type-coverage

The Type Coverage plugin for Pest PHP.

354.3M1.1k](/packages/pestphp-pest-plugin-type-coverage)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
