Skip to content

Unable to find local phpunit when run inside a directory containing a space #31

@adamtomat

Description

@adamtomat

Ran into an odd problem where it was using phpunit rather than <div>/vendor/bin/phpunit, even though we could run the tests manually in the repo with ./vendor/bin/phpunit.

The code lives in ~/Projects/PHP Modules/<package-name>. When we moved the package up a level to ~/Projects/<package-name> everything worked perfectly. So it looks like python is having a hard time finding phpunit.xml and/or vendor/bin/phpunit when the current directory contains a space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions