PHP Package: codeception/specify
Codeception Specify module for clear and concise testing specifications in PHP projects
Package Description
Codeception Specify module provides an elegant way to define test specifications, allowing developers to create clear, concise, and readable tests. By using Specify module, developers can organize test code effectively, enhancing the maintainability of PHP projects.
Download Latest Version: 2.0.0

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/specify/2.0.0/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';
use Codeception\Specify\ExpectedObject;
use Codeception\Specify\ExpectedArray;
$obj = new ExpectedObject();
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.