Запуск всех тестов:
phpunit --bootstrap local/phpunit/bootstrap.php local/phpunit/tests/simple
Запуск тестов по фильтру testCmodule
:
phpunit --bootstrap local/phpunit/bootstrap.php --filter '/::testCmodule$/' local/phpunit/tests/simple/SimpleTest.php
phpunit --coverage-text --whitelist ./bitrix/modules/main/classes/general/module.php --bootstrap local/phpunit/bootstrap.php local/phpunit/tests/simple/SimpleTest.php