-
Notifications
You must be signed in to change notification settings - Fork 1
Suites #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Look to
PHPUnitfor inspiration on the interpretation of the different entities.xUnit/jUnit data describes the following elements:
The testcase is the smallest element and would equate to a test method, and testsuite would equate to a test class.
So where does
PHPUnit's top-levelTestSuitefit in?