⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
PHPunit-wrapper is a convenient tool designed to streamline the process of setting up and executing tests using the PHPUnit testing framework. By offering a simplified interface and seamless integration, developers can effortlessly manage test scenarios and ensure code quality within their projects.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/codeception/phpunit-wrapper/6.0.22/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';
use Codeception\PHPUnitWrapper\PHPUnitWrapper;
$obj = new PHPUnitWrapper();
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.