Skip to content

TESTO

Documentation Support on Boosty


Testo (pronounced [test-oh], meaning "dough" in East and South Slavic languages) — is an extensible testing framework for PHP. Built for scenarios requiring complete customization of the testing process: SDKs, framework tools, complex integrations.

Unlike other testing frameworks, Testo provides all at once: familiar and convenient PHP syntax, unprecedented extensibility and customizability, and a simple yet powerful architecture based on a minimal core and middleware system.

#[Test(description: 'Start Temporal workflow via API and ensure no memory leaks occur during the process')]
#[RetryPolicy(maxAttempts: 2, markFlaky: false)]
function acceptanceTest(
    RouterInterface $router,
): void {
    $request = new Request('POST', '/api/start-workflow');

    $response = $router->process($request);

    # Assert that there are no memory leaks
    Assert::leaks(request: $request, response: $response);
    Assert::same(200, $response->getStatusCode());
}

Like dough, you can mold and shape it into any testing infrastructure you need.

We believe developers should have full control over their testing environment, and Testo delivers exactly that.

Pinned Loading

  1. testo testo Public

    The Testing Framework

    PHP 216 19

Repositories

Showing 10 of 28 repositories
  • bridge-double Public

    Double bridge for the Testo testing framework (split-published from php-testo/testo)

    php-testo/bridge-double's past year of commit activity
    PHP 0 0 0 0 Updated Sep 17, 2026
  • testo Public

    The Testing Framework

    php-testo/testo's past year of commit activity
    PHP 216 BSD-3-Clause 19 27 8 Updated Sep 17, 2026
  • php-testo/php-testo.github.io's past year of commit activity
    TypeScript 0 0 0 0 Updated Sep 16, 2026
  • bridge-rector Public

    Rector rules to convert test suites between Pest, PHPUnit and Testo (split-published from php-testo/testo)

    php-testo/bridge-rector's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • bench Public

    Benchmark plugin for the Testo testing framework (split-published from php-testo/testo)

    php-testo/bench's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • codecov Public

    Code coverage plugin for the Testo testing framework (split-published from php-testo/testo)

    php-testo/codecov's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • test Public

    Test attribute plugin for the Testo testing framework (split-published from php-testo/testo)

    php-testo/test's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • bridge-symfony-console Public

    Symfony Console bridge for the Testo testing framework (split-published from php-testo/testo)

    php-testo/bridge-symfony-console's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • assert Public

    Assert plugin for the Testo testing framework (split-published from php-testo/testo)

    php-testo/assert's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026
  • filter Public

    Test filtering plugin for the Testo testing framework (split-published from php-testo/testo)

    php-testo/filter's past year of commit activity
    PHP 0 0 0 0 Updated Sep 14, 2026

Top languages

PHP TypeScript

Most used topics

Loading…