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

Is there a way to configure which PHPUnit test suite to run? #265

Open
holyspecter opened this issue Aug 25, 2017 · 2 comments
Open

Is there a way to configure which PHPUnit test suite to run? #265

holyspecter opened this issue Aug 25, 2017 · 2 comments

Comments

@holyspecter
Copy link

For my project I'd like to run Humbug only with exact PHPUnit test suite, i.e. phpunit --testsuite=unit. Is it possible to configure it somehow?

@krixon
Copy link

krixon commented Aug 25, 2017

You can use --options to pass options through to PHPUnit:

humbug --options='--testsuite=unit'

@theofidry
Copy link
Member

👍 That and #155 should be documented

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

No branches or pull requests

3 participants