summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/path.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/path.test')
-rw-r--r--modules/simpletest/tests/path.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/simpletest/tests/path.test b/modules/simpletest/tests/path.test
index 567731421..676c709cb 100644
--- a/modules/simpletest/tests/path.test
+++ b/modules/simpletest/tests/path.test
@@ -201,6 +201,15 @@ class UrlAlterFunctionalTest extends DrupalWebTestCase {
}
/**
+ * Test current_path() and request_path().
+ */
+ function testCurrentUrlRequestedPath() {
+ $this->drupalGet('url-alter-test/bar');
+ $this->assertRaw('request_path=url-alter-test/bar', t('request_path() returns the requested path.'));
+ $this->assertRaw('current_path=url-alter-test/foo', t('current_path() returns the internal path.'));
+ }
+
+ /**
* Assert that an outbound path is altered to an expected value.
*
* @param $original