PHP code example of starx / symfony-bug-tracker

1. Go to this page and download the library: Download starx/symfony-bug-tracker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

starx / symfony-bug-tracker example snippets

bash
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