Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Custom Environment Path #153

Open
tobias-dev opened this issue Jul 14, 2015 · 1 comment
Open

Custom Environment Path #153

tobias-dev opened this issue Jul 14, 2015 · 1 comment
Labels

Comments

@tobias-dev
Copy link

I'm wondering if would be good to have a option in the humbug config file to be able to add a specific system environment path, e.g.:

"environment": {
    "path": [
        "vendor\/bin"
    ]
}

So this path would be added to the environment path variable, so that phpunit e.g. would be found there. I think it might be quite useful especially in the case that humbug is installed with composer.

@padraic
Copy link
Collaborator

padraic commented May 13, 2017

For reference, see #253 which allows a custom phpunit file - not actually a searchable path to be prefixed to PATH, or to be the sole searchable path allowable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants