PHP Package: codeception/phpunit-wrapper

A PHP library for wrapping PHPUnit functionality with additional features and utilities for effective testing automation.

Current Version: 6.0.22
Last Updated: 2022-05-24
PHP Requirement: >=7.1
Dependencies: phpunit/phpunit, codeception/codeception
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHPUnit Wrapper is a versatile PHP library designed to streamline the process of writing and executing unit tests using the popular PHPUnit framework. With a rich set of features and utilities, this library enhances the testing experience by providing advanced functionalities and simplifying complex testing scenarios. Whether you are a seasoned developer or a testing enthusiast, PHPUnit Wrapper offers a robust solution to optimize your testing workflow and ensure the reliability of your codebase.

🔗 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/autoload.php';

use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\TestResult;
use PHPUnit\Framework\AssertionFailedError;


$obj = new PHPUnit\Framework\TestCase();
echo "✅ Example created successfully.";

?>

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