summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-08 04:51:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-08 04:51:46 +0000
commit765f6905499c390711c56617d9e360bbc8787b81 (patch)
tree42e4efa8cc2cf8cb69bc85917895a8795a923b75 /modules/php
parent276997a183bcea6940c67900044d869058fd6ce4 (diff)
downloadbrdo-765f6905499c390711c56617d9e360bbc8787b81.tar.gz
brdo-765f6905499c390711c56617d9e360bbc8787b81.tar.bz2
#446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter.
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.test b/modules/php/php.test
index ded3efce3..1d6d317f4 100644
--- a/modules/php/php.test
+++ b/modules/php/php.test
@@ -13,7 +13,7 @@ class PHPTestCase extends DrupalWebTestCase {
$this->drupalLogin($admin_user);
// Confirm that the PHP filter is #3.
- $this->drupalGet('admin/settings/filter/3');
+ $this->drupalGet('admin/settings/formats/3');
$this->assertText('PHP code', t('On PHP code filter page.'));
}