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

Support multiple PHPUnit test suites #118

@rjkip

Description

@rjkip
  • 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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions