PHP Package: codeception/module-datafactory

Efficiently create and manage test data for Codeception tests with the DataFactory module.

Current Version: 3.0.0
Last Updated: 2022-07-18
PHP Requirement: ^8.0
Dependencies:
codeception/codeception
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The DataFactory module for Codeception is a powerful tool designed to streamline the process of generating and handling test data. By providing a set of convenient methods and utilities, this module simplifies the task of setting up test scenarios. It enables testers to create realistic data structures with ease, facilitating comprehensive test coverage. With features like customizable data generation, data management, and easy integration with existing Codeception tests, the DataFactory module enhances the efficiency and effectiveness of test automation.

🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.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/module-datafactory/3.0.0/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';

use Codeception\Module\DataFactory;

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