| 1 |
<?php |
<?php |
| 2 |
// $Id: TestSuite.php,v 1.3 2009/05/27 07:07:17 chop Exp $ |
// $Id: TestSuite.php,v 1.2.2.1 2009/05/27 07:56:07 chop Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Defines a Test Suite for all Drupal Tests. |
* Defines a Test Suite for all Drupal Tests. |
| 12 |
* DrupalTest TestSuite |
* DrupalTest TestSuite |
| 13 |
* |
* |
| 14 |
* Prepare and run a collection of Drupal Test Cases as a Suite. |
* Prepare and run a collection of Drupal Test Cases as a Suite. |
|
* |
|
|
* @package DrupalTest |
|
|
* @author Christopher Hopper <christopher.jf.hopper@gmail.com> |
|
| 15 |
*/ |
*/ |
| 16 |
class DrupalTest_TestSuite extends PHPUnit_Framework_TestSuite { |
class DrupalTest_TestSuite extends PHPUnit_Framework_TestSuite { |
| 17 |
/** |
/** |