Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 343 Bytes

TESTING.md

File metadata and controls

8 lines (6 loc) · 343 Bytes

Unit testing

This extension ships with PHPUnit tests. The generic PHPUnit configuration in Magento 2 will pick up on these tests. To only test Yireo extensions, you can also run the following:

./vendor/bin/phpunit ./vendor/yireo/magento2-emailtester2/Test/Unit/

Integration testing

See the Magento document for the full procedure.