⚠️ 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.
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.