| 1 |
<?php |
<?php |
| 2 |
// $Id: TestCase.php,v 1.4 2009/03/12 06:37:52 chop Exp $ |
// $Id: TestCase.php,v 1.1.2.1 2009/06/01 05:02:13 chop Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Defines a Test Case for Drupal Hook Tests. |
* Defines a Test Case for Drupal Hook Tests. |
| 13 |
* |
* |
| 14 |
* Defines the fixtures that are required or assist when running |
* Defines the fixtures that are required or assist when running |
| 15 |
* multiple Drupal tests using PHPUnit. |
* multiple Drupal tests using PHPUnit. |
|
* |
|
|
* @package DrupalTest |
|
|
* @author Christopher Hopper <christopher.jf.hopper@gmail.com> |
|
| 16 |
*/ |
*/ |
| 17 |
class DrupalTest_Hook_TestCase extends DrupalTest_TestCase { |
class DrupalTest_Hook_TestCase extends DrupalTest_TestCase { |
| 18 |
/** |
/** |