/[drupal]/contributions/modules/phpunit/lib/DrupalTest/TestCase.php
ViewVC logotype

Diff of /contributions/modules/phpunit/lib/DrupalTest/TestCase.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.2.2, Mon Jun 1 04:59:18 2009 UTC revision 1.3.2.3, Mon Jun 1 07:06:30 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: TestCase.php,v 1.4 2009/03/12 06:37:52 chop Exp $  // $Id: TestCase.php,v 1.3.2.2 2009/06/01 04:59:18 chop Exp $
3  /**  /**
4  * @file  * @file
5  * Defines a Test Case for all Drupal Tests.  * Defines a Test Case for all Drupal Tests.
# Line 13  Line 13 
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_TestCase extends PHPUnit_Framework_TestCase {  class DrupalTest_TestCase extends PHPUnit_Framework_TestCase {
18    /**    /**

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

  ViewVC Help
Powered by ViewVC 1.1.2