PHP Package: pestphp/pest-plugin-drift

Efficient pest plugin for drift testing with advanced features and integration options.

Current Version: 0.2.0
Last Updated: 2022-07-14
PHP Requirement: ^8.0
Dependencies:
pestphp/pest
drift-php/drift
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Pest plugin Drift optimizes your testing experience by enabling seamless drift testing capabilities. Drift testing allows you to simulate real-world scenarios efficiently, ensuring robust application behavior. With advanced features and flexible integration options, this plugin enhances your testing workflow and boosts overall development productivity.

🔗 View on GitHub

Download Latest Version: 0.2.0

Download Download v0.2.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/pestphp/pest-plugin-drift/0.2.0/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';
require_once 'libs/drift-php/drift/{lib_version}/loader.php';

use Pest\Drift\DriftPlugin;

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