PHP Package: pestphp/pest-plugin-mutate

Pest plugin mutate for efficient mutation testing in PHP applications, enhancing code reliability and test coverage.

Current Version: 4.0.1
Last Updated: Date not available
PHP Requirement: ^8.3
Dependencies:
pestphp/pest
infection/infection
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Pest plugin mutate is a powerful tool designed to streamline mutation testing processes in PHP projects. By facilitating the generation of mutated code and highlighting potential weaknesses, this plugin significantly improves overall code quality and testing thoroughness. Incorporating mutation testing practices leads to more robust and reliable software development cycles, ensuring that your applications perform optimally in diverse scenarios.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

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/pestphp/pest-plugin-mutate/4.0.1/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';
require_once 'libs/infection/infection/{lib_version}/loader.php';

use PestMutate\Mutator;
use PestMutate\MutateCommand;
use Infection\Mutator\Mutator;

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