Skip to content

dbfun/bitrix.PHPUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Тесты PHPUnit для Bitrix

Запуск всех тестов:

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

Ссылки

About

PHPUnit в Битрикс

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages