PHP Package: ergebnis/phpunit-slow-test-detector

PHPUnit Slow Test Detector is a PHP library that accurately detects and reports slow running tests for PHPUnit test suites.

Current Version: 2.19.0
Last Updated: 2025-02-23
PHP Requirement: ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHPUnit Slow Test Detector is a powerful tool designed to identify and pinpoint slow tests within your PHPUnit test suite. By providing detailed insights into test performance, it helps streamline your testing process and improve overall test suite efficiency. With customizable settings and informative reports, this library enhances your testing workflow for optimal productivity.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.19.1

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/ergebnis/phpunit-slow-test-detector/2.19.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';

use Ergebnis\PHPUnit\SlowTestDetector\SlowTestDetector;

$obj = new SlowTestDetector();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.