Skip to content
Snippets Groups Projects
testing.md 907 B

Testing

You can run the tests by running ./vendor/bin/phpunit in your terminal from inside the plugin directory. To change the tests, take a look in the tests directory of the plugin, you'll find that it's structured very similarly to the src/transformer directory. You should also notice that each test is made up of 4 files: