rector/smoke-testgen

This package is abandoned and no longer maintained. The author suggests using the rector/swiss-knife package instead.

Generate smoke tests for Symfony projects to enable fast and safe changes

Maintainers

Package info

github.com/rectorphp/smoke-testgen

pkg:composer/rector/smoke-testgen

Statistics

Installs: 4 114

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.8 2025-07-02 08:37 UTC

This package is auto-updated.

Last update: 2026-05-26 09:08:55 UTC


README

This repository is deprecated and no longer maintained.

The smoke test generation feature has been moved to rectorphp/swiss-knife.

Please use rectorphp/swiss-knife instead.

Cover your Symfony app with Smoke Tests in seconds

Downloads total


@todo


Why SmokeTestgen?

@todo


Install

Rector Smoke Testgen is downgraded and scoped. It requires PHP 7.2+ and can be installed on any legacy project.

composer require rector/smoke-testgen --dev

Run to generate Smoke tests

vendor/bin/smoke-testgen generate

@todo


Happy coding!