From 53d0ae0acf1a87e7e402bd9e362062eb962da0e5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 18 Aug 2012 14:25:14 +0200 Subject: Issue #1670312 by dsdeiz, oriol_e9g, tstoeckler: Fixed TestBase::generatePermutations() should call itself by the proper name in PHPDoc. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 19a6c94e4..b7a5f1aef 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -632,7 +632,7 @@ abstract class DrupalTestCase { * 'one' => array(0, 1), * 'two' => array(2, 3), * ); - * $permutations = $this->permute($parameters); + * $permutations = DrupalTestCase::generatePermutations($parameters) * // Result: * $permutations == array( * array('one' => 0, 'two' => 2), -- cgit v1.2.3