Creating a PHPUnit Test Suite
This procedure demonstrates how to create a PHPUnit Test Suite for running a number of PHPUnit Test Cases at once. This function is useful if you have a number of tests which you would like to unify into one.
Before creating the PHPUnit Test Suite, you must have created all your separate PHPUnit Test Cases.
| 
 | 
 | 
| 
                                             | To create a PHPUnit Test Suite: 
 
                                             
 | 
| A PHPUnit Test Suite will be created, integrating all the separate PHPUnit test cases, and will be added as a file to your project. | |
See the Running a PHPUnit Test Suite topic for more on how to run your PHPUnit Test Suite.
 
                            
                            
                         
                                         
                                        


