PHP Package: codeception/phpunit-wrapper

PHP library providing a wrapper for PHPUnit testing framework, simplifying test setup and execution for developers.

Current Version: 6.0.22
Last Updated: 2022-05-24
PHP Requirement: >=7.4
Dependencies:
phpunit/phpunit
codeception/codeception
⚠️ 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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.0.22

Download Download v6.0.22

Code Integration Example

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.