starx/symfony-bug-tracker
Composer 安装命令:
composer require starx/symfony-bug-tracker
包简介
This bundle allows to track bugs in your application and automatically create issues with all the information required on your repository
README 文档
README
This bundle allows to track bugs in your application and automatically create issues with all the information required on your repository.
Testing
# Install dependencies composer install # Run all tests vendor/bin/phpunit # Run a single file vendor/bin/phpunit tests/Path/To/FooTest.php # Run a specific method vendor/bin/phpunit --filter testMethodName
Via Swan host app
Tests also run through the Swan Docker container (from the Swan project root):
docker compose exec swan-php vendor/bin/phpunit vendor/starx/symfony-bug-tracker/tests # Single file docker compose exec swan-php vendor/bin/phpunit vendor/starx/symfony-bug-tracker/tests/Path/To/FooTest.php # Specific method docker compose exec swan-php vendor/bin/phpunit --filter testMethodName vendor/starx/symfony-bug-tracker/tests
统计信息
- 总下载量: 323
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-22