Skip to content
Snippets Groups Projects
Commit 95866bce authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1670312 by dsdeiz: Fix documentation example calling nonexistent test function

parent 50739674
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -845,7 +845,7 @@ public static function randomName($length = 8) { ...@@ -845,7 +845,7 @@ public static function randomName($length = 8) {
* 'one' => array(0, 1), * 'one' => array(0, 1),
* 'two' => array(2, 3), * 'two' => array(2, 3),
* ); * );
* $permutations = $this->permute($parameters); * $permutations = TestBase::generatePermutations($parameters);
* // Result: * // Result:
* $permutations == array( * $permutations == array(
* array('one' => 0, 'two' => 2), * array('one' => 0, 'two' => 2),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment