Skip to content

PHPUnit version visibility #212

@keradus

Description

@keradus

Hey, I recently started using the tool and noticed the following thing.

When running PHPUnit directly, I see the credits and version of the tool:

ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/phpunit 
PHPUnit 9.6.10 by Sebastian Bergmann and contributors.

Testing 
..........................

When I run tests via paraunit, this detail is not visible

PHPUnit 9.6.10 by Sebastian Bergmann and contributors.

Testing 
.......................................................................................................................................................................................   183 / 33841 (  0%)
..^C
ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/paraunit run -vvv                                          

PARAUNIT v.1.3.0
by Francesco Panina, Alessandro Lai & Shark Dev Team @ Facile.it
..........................................................................    74

as software I am crafting allows for range of versions, I would love to see which one is in use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions