Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 568 Bytes

File metadata and controls

38 lines (21 loc) · 568 Bytes

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!