You are here

API.txt in SimpleTest 7.2

DESCRIPTION
-----------
Provides a reference of the API changes between SimpleTest 7.x-1.x include with
Drupal 7 core and SimpleTest 7.x-2.x.

CHANGES
-------
 * The DrupalWebTestCase::setUp() method no longer accepts a variable number of
   arguments, instead it only accepts an array of the modules to be enabled.

 * Modules that provided 2.x compatible tests are required to add the following
   attribute to their info file.
   
   testing_api = 2.x

File

API.txt
View source
  1. DESCRIPTION
  2. -----------
  3. Provides a reference of the API changes between SimpleTest 7.x-1.x include with
  4. Drupal 7 core and SimpleTest 7.x-2.x.
  5. CHANGES
  6. -------
  7. * The DrupalWebTestCase::setUp() method no longer accepts a variable number of
  8. arguments, instead it only accepts an array of the modules to be enabled.
  9. * Modules that provided 2.x compatible tests are required to add the following
  10. attribute to their info file.
  11. testing_api = 2.x