diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/actions.test | 2 | ||||
-rw-r--r-- | modules/simpletest/tests/bootstrap.test | 2 | ||||
-rw-r--r-- | modules/simpletest/tests/common_test_info.txt | 4 | ||||
-rw-r--r-- | modules/simpletest/tests/database_test.module | 2 | ||||
-rw-r--r-- | modules/simpletest/tests/module_test.module | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/modules/simpletest/tests/actions.test b/modules/simpletest/tests/actions.test index 4eeb70390..9c36d0e2f 100644 --- a/modules/simpletest/tests/actions.test +++ b/modules/simpletest/tests/actions.test @@ -104,7 +104,7 @@ class ActionLoopTestCase extends DrupalWebTestCase { /** * Create an infinite loop by causing a watchdog message to be set, - * which causes the actions to be triggered again, up to actions_max_stack + * which causes the actions to be triggered again, up to actions_max_stack * times. */ protected function triggerActions() { diff --git a/modules/simpletest/tests/bootstrap.test b/modules/simpletest/tests/bootstrap.test index a02d34c7a..0a165b5e1 100644 --- a/modules/simpletest/tests/bootstrap.test +++ b/modules/simpletest/tests/bootstrap.test @@ -390,7 +390,7 @@ class BootstrapResettableStaticTestCase extends DrupalUnitTestCase { /** * Test that a variable reference returned by drupal_static() gets reset when - * drupal_static_reset() is called. + * drupal_static_reset() is called. */ function testDrupalStatic() { $name = __CLASS__ . '_' . __METHOD__; diff --git a/modules/simpletest/tests/common_test_info.txt b/modules/simpletest/tests/common_test_info.txt index 5dff07dd1..8ff8bd553 100644 --- a/modules/simpletest/tests/common_test_info.txt +++ b/modules/simpletest/tests/common_test_info.txt @@ -2,9 +2,9 @@ ; Test parsing with a simple string. simple_string = A simple string -; Test that constants can be used as values. +; Test that constants can be used as values. simple_constant = WATCHDOG_INFO ; After parsing the .info file, 'double_colon' should hold the literal value. ; Parsing should not throw a fatal error or try to access a class constant. -double_colon = dummyClassName:: +double_colon = dummyClassName:: diff --git a/modules/simpletest/tests/database_test.module b/modules/simpletest/tests/database_test.module index 2aaa14824..ea94601e3 100644 --- a/modules/simpletest/tests/database_test.module +++ b/modules/simpletest/tests/database_test.module @@ -190,4 +190,4 @@ function database_test_tablesort_first() { 'tasks' => $tasks, )); exit; -}
\ No newline at end of file +} diff --git a/modules/simpletest/tests/module_test.module b/modules/simpletest/tests/module_test.module index 498865ff4..939f6e63e 100644 --- a/modules/simpletest/tests/module_test.module +++ b/modules/simpletest/tests/module_test.module @@ -12,7 +12,7 @@ function module_test_permission() { /** * Implements hook_system_info_alter(). - * + * * Manipulate module dependencies to test dependency chains. */ function module_test_system_info_alter(&$info, $file, $type) { @@ -36,4 +36,4 @@ function module_test_system_info_alter(&$info, $file, $type) { $info['dependencies'][] = 'php'; } } -}
\ No newline at end of file +} |