PHP Package: codeception/specify

Codeception Specify module for clear and concise testing specifications in PHP projects

Current Version: 2.0.0
Last Updated: 2021-12-07
PHP Requirement: >=7.4.0
Dependencies:
codeception/codeception
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 2.0.0

Download Download v2.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.