/
bear
/
my_snippets
Обзор
Документация
Войти
/
bear
/
my_snippets
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
data/unit_tests.xml
3 строки
542 B
Nikita Kalitin
fix(data): 404 _UnitTest_ => change name _UnitTest_ to unit_tests
29 ноя 2019, 10:59
29 ноя 2019, 10:59
7c70905
Код
Авторство
О чём код?
<templateSet group="unit_tests"> <template name="phpunit" value="#//---------------------------------------------------------------------------// #cli #install ➜ wget -O phpunit https://phar.phpunit.de/phpunit-6.phar ➜ chmod +x phpunit ➜ ./phpunit --version #run ./phpunit --bootstrap vendor/autoload.php lib/__tests__/MyCoolClassTest.php #//-------------------------------------------------------------------------//" description="phpunit" toReformat="false" toShortenFQNames="true" /> </templateSet>