How to run Unit Tests via Command Line in Magento 2?
A) php bin/magento test:run
B) php bin/magento unit:test
C) php bin/magento test:execute
D) php bin/magento test:unit

Respuesta :