From 283523192421f0708c01f7fa08d5814442c757a5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 21 Jan 2012 10:25:51 -0800 Subject: Revert "Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module." Sorry, we're over thresholds atm. Hopefully can commit this soon. This reverts commit 4303ae6e48e140696e1a9c923bcdf913fa63c88d. --- modules/php/php.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/php/php.test') diff --git a/modules/php/php.test b/modules/php/php.test index 50fb55283..8ead2ac02 100644 --- a/modules/php/php.test +++ b/modules/php/php.test @@ -6,7 +6,7 @@ */ /** - * Defines a base PHP test case class. + * Base PHP test case class. */ class PHPTestCase extends DrupalWebTestCase { protected $php_code_format; @@ -38,7 +38,7 @@ class PHPTestCase extends DrupalWebTestCase { } /** - * Creates a test node with PHP code in the body. + * Create a test node with PHP code in the body. * * @return stdObject Node object. */ @@ -60,7 +60,7 @@ class PHPFilterTestCase extends PHPTestCase { } /** - * Makes sure that the PHP filter evaluates PHP code when used. + * Make sure that the PHP filter evaluates PHP code when used. */ function testPHPFilter() { // Log in as a user with permission to use the PHP code text format. @@ -101,7 +101,7 @@ class PHPAccessTestCase extends PHPTestCase { } /** - * Makes sure that the user can't use the PHP filter when not given access. + * Make sure that user can't use the PHP filter when not given access. */ function testNoPrivileges() { // Create node with PHP filter enabled. -- cgit v1.2.3