DrupalGotoTest::testDrupalGotoAlter

7 common.test DrupalGotoTest::testDrupalGotoAlter()

Test hook_drupal_goto_alter().

File

modules/simpletest/tests/common.test, line 1147
Tests for common.inc functionality.

Code

function testDrupalGotoAlter() {
  $this->drupalGet('common-test/drupal_goto/redirect_fail');

  $this->assertNoText(t("Drupal goto failed to stop program"), t("Drupal goto stopped program."));
  $this->assertNoText('drupal_goto_fail', t("Drupal goto redirect failed."));
}
Login or register to post comments