Skip to content

PHPUnit fails with spaces in configuration file path #136

@auroraeosrose

Description

@auroraeosrose

The phpunit tool setup does not properly escape the filename of the configuration file

This makes any path with spaces fail - fix is pretty simple

https://github.com/EdgedesignCZ/phpqa/blob/master/src/Tools/Analyzer/Phpunit.php#L21

should be

$args['configuration'] = \Edge\QA\escapePath($configFile);

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