From a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 24 May 2009 17:39:35 +0000 Subject: - Patch #471070 by stella: millions of code style fixes. --- modules/php/php.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/php/php.test') 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. -- cgit v1.2.3