PestConverter
PestConverter is a PHP library for converting PHPUnit tests to Pest tests.
Before use
Before using this converter, make sure your files are backed up.
Install Pest before : https://pestphp.com/docs/installation
Installation
You can install the package via composer:
composer require mandisma/pest-converter --dev
Usage
# Convert tests
vendor/bin/pest-converter tests
Testing
composer test
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Authors
License
The MIT License (MIT). Please see License File for more information.