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

configure location of PHPUnit executable using humbug.json(.dist) #154

Closed
domnikl opened this issue Aug 19, 2015 · 2 comments
Closed

configure location of PHPUnit executable using humbug.json(.dist) #154

domnikl opened this issue Aug 19, 2015 · 2 comments
Labels

Comments

@domnikl
Copy link

domnikl commented Aug 19, 2015

In my scenario, I rename the phpunit.phar to e.g. phpunit-4.8.3.phar in my project. But that means that humbug can't find it automatically. What about a possibility to add the exact location to the config like this:

{
    "source": {
        "directories": [
            "src"
        ]
    },
    ...
    "phpunit": {
        "phar": "build/phpunit-4.8.3.phar"
    }
}
@daniel-mueller
Copy link
Contributor

This would be a really great feature to have. I'm currently in a similar situation and have to work around it in (at least in my opinion) unnecessary complex ways during my build process. Being able to optionally define the name of the phpunit.phar would be a great simplification for me.

@padraic
Copy link
Collaborator

padraic commented May 13, 2017

Closing as merged in #155. Some changes proposed via #253.

@padraic padraic closed this as completed May 13, 2017
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

4 participants