summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 22:56:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 22:56:51 +0000
commitdcd99e0a9aee7cf9c576742e6ead0aaec6c76c55 (patch)
treeaf0cc1f8934612da813c16e79e548ec89518afc4 /modules/php
parent11b98e4f60ef2b5f44acec824a19386235f79dba (diff)
downloadbrdo-dcd99e0a9aee7cf9c576742e6ead0aaec6c76c55.tar.gz
brdo-dcd99e0a9aee7cf9c576742e6ead0aaec6c76c55.tar.bz2
#542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'.
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 94ac64362..6de50973e 100644
--- a/modules/php/php.test
+++ b/modules/php/php.test
@@ -79,7 +79,7 @@ class PHPFilterTestCase extends PHPTestCase {
$langcode = LANGUAGE_NONE;
$edit["body[$langcode][0][value_format]"] = $this->php_code_format;
$this->drupalPost('node/' . $node->nid . '/edit', $edit, t('Save'));
- $this->assertRaw(t('Page %title has been updated.', array('%title' => $node->title)), t('PHP code filter turned on.'));
+ $this->assertRaw(t('Basic page %title has been updated.', array('%title' => $node->title)), t('PHP code filter turned on.'));
// Make sure that the PHP code shows up as text.
$this->assertNoText('print "SimpleTest PHP was executed!"', t("PHP code isn't displayed."));