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
Package info
github.com/starx/SymfonyBugTrackerBundle
Type:symfony-bundle
pkg:composer/starx/symfony-bug-tracker
0.0.5
2016-10-19 12:33 UTC
Requires
- php: >=5.3.1
- symfony/framework-bundle: ~2.7|~3.0
- symfony/yaml: ~2.7|~3.0
This package is not auto-updated.
Last update: 2026-03-31 11:19:37 UTC
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