Midgard MVC installer should have a command for running unit tests in installed components. Variants:
midgardmvc test -> runs all unit tests
midgardmvc test component -> runs unit tests of a component
Note that PHPUnit needs to be bootstrapped to load midgardmvc_core/framework.php in order to run tests.
Midgard MVC installer should have a command for running unit tests in installed components. Variants:
Note that PHPUnit needs to be bootstrapped to load
midgardmvc_core/framework.phpin order to run tests.