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

Maintainers

Package info

github.com/starx/SymfonyBugTrackerBundle

Type:symfony-bundle

pkg:composer/starx/symfony-bug-tracker

Statistics

Installs: 323

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.5 2016-10-19 12:33 UTC

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