summaryrefslogtreecommitdiff
path: root/modules/php/php.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php/php.test')
-rw-r--r--modules/php/php.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/php.test b/modules/php/php.test
index bf1ea6a24..ded3efce3 100644
--- a/modules/php/php.test
+++ b/modules/php/php.test
@@ -55,7 +55,7 @@ class PHPFilterTestCase extends PHPTestCase {
$node = $this->createNodeWithCode();
// Make sure that the PHP code shows up as text.
- $this->drupalGet('node/'. $node->nid);
+ $this->drupalGet('node/' . $node->nid);
$this->assertText('print', t('PHP code is displayed.'));
// Change filter to PHP filter and see that PHP code is evaluated.
@@ -92,7 +92,7 @@ class PHPAccessTestCase extends PHPTestCase {
$node = $this->createNodeWithCode();
// Make sure that the PHP code shows up as text.
- $this->drupalGet('node/'. $node->nid);
+ $this->drupalGet('node/' . $node->nid);
$this->assertText('print', t('PHP code is displayed.'));
// Make sure that user doesn't have access to filter.