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

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

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

revision 1.2.2.1, Wed May 27 07:56:07 2009 UTC revision 1.2.2.2, Mon Jun 1 07:06:30 2009 UTC
# Line 1  Line 1 
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.
# Line 12  Line 12 
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    /**    /**

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2