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

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

testo/testo
===========

A lightweight PHP testing framework.

0.10.1(1mo ago)1012585[15 issues](https://github.com/php-testo/testo/issues)2BSD-3-ClausePHPPHP &gt;=8.2CI failing

Since Oct 26Pushed 2mo ago3 watchersCompare

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

READMEChangelog (10)Dependencies (27)Versions (25)Used By (2)

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

The PHP Testing Framework You Control

[![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)

Testo is an extensible testing framework built on a lightweight core with a middleware system. It gives you full control over your testing environment while keeping the familiar PHP syntax you already know.

Get Started
-----------

[](#get-started)

### Installation

[](#installation)

```
composer require --dev testo/testo *
```

[![PHP](https://camo.githubusercontent.com/4a8b92b52a9addac4c42158170083463494e7bad5bf88cf8ca68e7f028dd6205/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746573746f2f746573746f2e7376673f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://packagist.org/packages/testo/testo)[![Latest Version on Packagist](https://camo.githubusercontent.com/291ad091511c45f8236accbe9f642077a46a5737a961996b27eb9a67c90024b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746573746f2f746573746f2e7376673f7374796c653d666c61742d737175617265266c6f676f3d7061636b6167697374)](https://packagist.org/packages/testo/testo)[![License](https://camo.githubusercontent.com/24096bb865a94b3bb4bafd987f0d4d09331f0fc5f184a7ec5cb54234d50f7b8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746573746f2f746573746f2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Destroys](https://camo.githubusercontent.com/6ff7d3060e329c0462196489d21b49cbdc439c0e44087f272b49ce4f149242fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746573746f2f746573746f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/testo/testo/stats)

### Configuration

[](#configuration)

By default, if no configuration file is provided, Testo will run tests from the `tests` folder.

To customize the configuration, create a `testo.php` file in the root of your project:

```
