Product SiteDocumentation Site

1.5.2. Running the tests

To run the tests, run the following command from the MantisBT repository's root
./vendor/bin/phpunit
Execution can be limited to a single test suite, individual test units or filtered by test case name
./vendor/bin/phpunit --testsuite rest
./vendor/bin/phpunit tests/Mantis/ConfigParserTest.php
./vendor/bin/phpunit --filter Project
For further details and options, refer to the PHPUnit manual.