PHPackages                             testo/test - 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. testo/test

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

testo/test
==========

Test attribute plugin for the Testo testing framework.

0.1.2(1mo ago)01.7k↑300%3BSD-3-ClausePHPPHP &gt;=8.2

Since May 2Pushed 1mo agoCompare

[ Source](https://github.com/php-testo/test)[ Packagist](https://packagist.org/packages/testo/test)[ Fund](https://boosty.to/roxblnfk)[ RSS](/packages/testo-test/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (3)

 [![TESTO](https://github.com/php-testo/.github/raw/1.x/resources/logo-full.svg?raw=true)](https://github.com/php-testo/testo)

Test attribute plugin

[![Documentation](https://camo.githubusercontent.com/581efe41679650c23bfc15e13cea47cde8aa70c0d5eb32ae469ed9765028674a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f63756d656e746174696f6e2d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974626f6f6b266c6f676f436f6c6f723d7768697465)](https://php-testo.github.io)[![Support on Boosty](https://camo.githubusercontent.com/eca37b381ee1cc5abb7bbc819eb3792929666505c31ebc775962992648d00b92/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f7374796c653d666f722d7468652d6261646765266c6162656c3d266d6573736167653d53706f6e736f7273686970266c6f676f3d426f6f737479266c6f676f436f6c6f723d776869746526636f6c6f723d253233463135463243)](https://boosty.to/roxblnfk)

Important

🪞 This is a read-only mirror.
-----------------------------

[](#-this-is-a-read-only-mirror)

Active development of the Testo project lives in [**php-testo/testo**](https://github.com/php-testo/testo) under `plugin/test/`. This repository is **automatically synchronized** from there on every release.

File issues and pull requests in the [main monorepo](https://github.com/php-testo/testo/issues), not here.

About
-----

[](#about)

Provides the `#[Test]` attribute and the locator that picks up attribute-marked test classes and methods. Without this plugin Testo can still run tests via naming conventions or other locators, but the canonical attribute-driven discovery comes from here.

Install
-------

[](#install)

```
composer require --dev testo/test
```

[![PHP](https://camo.githubusercontent.com/fbaf358b1c43ed57e839c8f63d399e8dd43bde3b410c4ab5da4d6818986e1a56/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746573746f2f746573742e7376673f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://packagist.org/packages/testo/test)[![Latest Version on Packagist](https://camo.githubusercontent.com/9ffc3848c129ee75c66c8a4715c48d98274ff91077eb0cfb001df6bc6e8c3ec6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746573746f2f746573742e7376673f7374796c653d666c61742d737175617265266c6f676f3d7061636b6167697374)](https://packagist.org/packages/testo/test)[![License](https://camo.githubusercontent.com/de345ebc1f1c8ec365aa9661741043f80524a894a244cbce0be62d091f6fc71d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746573746f2f746573742e7376673f7374796c653d666c61742d737175617265)](https://github.com/php-testo/testo/blob/1.x/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/845bea78401e5a0d818c5f08def00d25c2a8e05044503ff77d36886f447b5ae5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746573746f2f746573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/testo/test/stats)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Every ~3 days

Total

3

Last Release

32d ago

Major Versions

0.1.2 → 1.x-dev2026-05-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/110fa17dca123e71e4ef4132d1d6a66d20058a07fc6118e716dd67dd4316e886?d=identicon)[roxblnfk](/maintainers/roxblnfk)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

testtesto

### Embed Badge

![Health badge](/badges/testo-test/health.svg)

```
[![Health](https://phpackages.com/badges/testo-test/health.svg)](https://phpackages.com/packages/testo-test)
```

###  Alternatives

[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k516.1M26.0k](/packages/mockery-mockery)[hamcrest/hamcrest-php

This is the PHP port of Hamcrest Matchers

7.0k503.3M117](/packages/hamcrest-hamcrest-php)[nelmio/alice

Expressive fixtures generator

2.6k44.6M152](/packages/nelmio-alice)[zenstruck/foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.

78813.1M131](/packages/zenstruck-foundry)[php-mock/php-mock

PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.

36919.3M118](/packages/php-mock-php-mock)[brain/monkey

Mocking utility for PHP functions and WordPress plugin API

33913.7M436](/packages/brain-monkey)

PHPackages © 2026

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