Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Support multiple PHPUnit test suites #118

Open
rjkip opened this issue Feb 24, 2017 · 0 comments
Open

Support multiple PHPUnit test suites #118

rjkip opened this issue Feb 24, 2017 · 0 comments
Milestone

Comments

@rjkip
Copy link
Contributor

rjkip commented Feb 24, 2017

  • Ask whether the user wants to configure multiple test suites
  • Then ask the test suite name, and the directory, repeat while the user wants to add more test suites.

Configuration example:

<testsuites>	
    <testsuite name="unit">		
        <directory>tests/unit</directory>
    </testsuite>		
    <testsuite name="integration">		
        <directory>tests/integration</directory>		
    </testsuite>		
    <testsuite name="system">		
        <directory>tests/system</directory>		
    </testsuite>		          
</testsuites>
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

1 participant