• PHPUnit: June 4, 2009 2:24

    Commit 85faa96 on 5.x-2.x
    by chOP
    Update to Drupal hook functions test case: - Remove assertion from test_hook_menu() that insisted there be more menu items in the cached menu than in the non-cached menu array.
  • PHPUnit: June 1, 2009 7:06

    Commit cf514fb on 5.x-2.x
    by chOP
    Update to docblock comments: - Remove double-up on @author and @package entries for the file and then the class comment - Update to more closely match Drupal coding standards for Doxgen style docblock commenting by adding @file definition to Bootstrap.php
  • PHPUnit: June 1, 2009 5:02

    Commit d19c40d on 5.x-2.x
    by chOP
    Add a test case based on the DrupalTest_TestCase named DrupalTest_Hooks_TestCase. This new test case has tests to check the integrity of module implemenations of common Drupal hooks.
  • PHPUnit: June 1, 2009 4:59

    Commit e6d91ea on 5.x-2.x
    by chOP
    Add new shared method to the DrupalTest_TestCase that returns all the constants defined for a particular module. This new method is required by the child test case DrupalTest_Hooks_TestCase, which test implemenations of common Drupal hooks.
  • PHPUnit: May 27, 2009 7:56

    Commit 7529df9 on 5.x-2.x
    by chOP
    Merge in latest release 5.x-1.0 to bring up-to-date.
  • PHPUnit: May 27, 2009 7:07

    Commit 3906d58 on master
    by chOP
    Update to DrupalTest_TestCase and DrupalTest_TestSuite: - Ensure that the working directory is changed to the Drupal $base_path during DrupalTest_TestSuite::setUp() - Add Doxygen @file commands as per Drupal coding standards and improve commenting elsewhere Issue #400520 The phpunit AllTests class fails during DrupalTest_TestSuite::setUp() <http://drupal.org/node/400520>
  • PHPUnit: May 14, 2009 0:51

    Commit eb57b24 on master
    by chOP
    Update to AllTests code file: - Changed the file mask for finding the AllTests suite file names from '%NAME%_AllTests.php' to '%NAME%AllTests.php'. The underscore mixed up the autoloader in phpunit making it look for the file at './%NAME%/AllTests.php'; - Removed code that loaded phpunit when the file was called on its own as these test suite and test case code files should always be executed via the phpunit command; - Improved commenting including Doxygen docblocks. Issue #400522 AllTests class naming convention causes problems with the class autoloader <http://drupal.org/node/400522>
  • PHPUnit: March 12, 2009 6:37

    Commit 895c590 on master
    by chOP
    Change visibility of DrupalTest_TestCase::setUp() and DrupalTest_TestCase::tearDown() to protected. See phpunit project issue #399316 at http://drupal.org/node/399316
  • PHPUnit: March 2, 2009 5:49

    Commit 52f242b on 5.x-2.x
    by chOP
    Rename AllSampleTests.php to Sample_AllTests.php in line with the update to our default AllTests file name convention.
  • PHPUnit: February 24, 2009 8:25

    Commit ac5d6db on 5.x-2.x, master
    by chOP
    Remove references to the deprecated methods DrupalTest::setUp() and DrupalTest::tearDown() from DrupalTest_MockBrowserTestCase and DrupalTest_SeleniumTestCase.
nobody click here