simpletest

This is the contact.test file I have created for the D6 Contact module

  1. <?php
  2.  
  3. /**
  4.  * @file
  5.  * A Simpletest test for the contact file.

Fix for Fix for Fix for Drush Install for creating dumps of standard profiles.

  1. # Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
  2. rm -rf drupal-dumps/drupal-standard
  3. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename

Fix for Fix for Drush Install for creating dumps of standard profiles.

  1. # Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
  2. rm -rf drupal-dumps/drupal-standard
  3. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename

Fix for Drush Install for creating dumps of standard profiles.

  1. # Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
  2. rm -rf drupal-dumps/drupal-standard
  3. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename

Drush Install for creating dumps of standard profiles.

  1. # Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
  2. rm -rf drupal-dumps/drupal-standard
  3. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename

Fix for Fix for Drush Install for creating dumps of standard profiles.

  1. # Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
  2. rm -rf drupal-dumps/drupal-standard
  3. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename

Fix for Drush Install for creating dumps of standard profiles.

  1. rm -rf drupal-dumps/drupal
  2. drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename=drupal
  3. cd drupal-dumps/drupal
  4. drush site-install -y standard --account-name=admin --account-pass=dr

Drush Install for creating dumps of standard profiles.

  1. rm -rf drupal
  2. drush dl drupal
  3. mv drupal* drupal
  4. cd drupal
  5. drush site-install -y standard --account-name=admin --account-pass=drupal --db-url=sqlite:./.ht.drupal.sqlite
  6. # install all modules
  7. drus

Fix for SimpleText assertText is failing

  1. $this->drupalGet("node/$node->nid");
  2. $this->assertText("href", t("HREF found."));

Unreliable testing...

  1. Drupal test run
  2. ---------------
  3.  
  4. Tests to be run:
  5.  - Node body upgrade path (NodeBodyUpgradePathTestCase)
  6.  - Upload upgrade path (UploadUpgradePathTestCase)
  7.  
  8. Test run started: Friday, December
Syndicate content