function DrupalGotoTest::testDrupalGotoAlter

7.x common.test DrupalGotoTest::testDrupalGotoAlter()

Test hook_drupal_goto_alter().

File

drupal-7.x/modules/simpletest/tests/common.test, line 1176
Tests for common.inc functionality.

Class

DrupalGotoTest
Testing drupal_goto and hook_drupal_goto_alter().

Code

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

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