Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 866 Bytes

File metadata and controls

48 lines (26 loc) · 866 Bytes

⚠️ DEPRECATED

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!