PHP Package: codeception/lib-asserts

Codeception library for comprehensive assertion testing in PHP applications

Current Version: 3.0.0
Last Updated: 2025-09-04
PHP Requirement: ^8.2 || ^8.3 || ^8.4
Dependencies:
codeception/codeception
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Codeception lib-asserts provides a wide array of assertion methods for thorough testing of PHP codebases. With an extensive suite of functionalities, this library ensures precise and reliable validation in your projects. Utilize lib-asserts to streamline your testing workflows and enhance the overall quality of your PHP applications.

🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.0.0

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/codeception/lib-asserts/3.0.0/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';

use Codeception\Lib\Asserts\Asserts;

$obj = new Asserts();
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.