infection/codeception-adapter
Codeception Test Framework Adapter for Infection
Maintainers
Package info
github.com/infection/codeception-adapter
Type:infection-extension
pkg:composer/infection/codeception-adapter
Requires
- php: ^8.3
- infection/abstract-testframework-adapter: ^0.5.0
- infection/include-interceptor: ^1.0.0
- symfony/filesystem: ^6.4 || ^7.4 || ^8.0
- symfony/process: ^6.4 || ^7.4 || ^8.0
- symfony/yaml: ^6.4 || ^7.4 || ^8.0
- webmozart/assert: ^1.2 || ^2.0 || ^8.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.5
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^9.5
- thecodingmachine/safe: ^1.3
Suggests
None
Provides
None
Conflicts
- codeception/codeception: <5.0.0
Replaces
None
BSD-3-Clause 7bf2123b9ddc725c3f6f20772ab7041564b8b14e
- Maks Rafalko <maks.rafalko.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-23 22:50:53 UTC
README
This package provides the test framework adapter of Codeception for infection.
Installation
In a standard usage, infection should detect codeception/codeception being used and
leverage its infection/extension-installer to install this
package.
Otherwise, you can still install it as usual:
composer require --dev infection/codeception-adapter
The adapter will be automatically registered in Infection's runtime through its auto-discovery mechanism.
Usage
Once installed, you can run Infection:
vendor/bin/infection # optional: --test-framework=codeception
Infection will automatically detect and use the Codeception adapter when Codeception is configured in your project.
Configuration
The adapter works with your existing PHPSpec configuration. No additional configuration is required beyond the standard
Infection configuration file infection.json5.dist.
For more information on configuring Infection, see the Infection documentation.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
License
This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.
