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
No related merge requests found
......@@ -845,7 +845,7 @@ public static function randomName($length = 8) {
* 'one' => array(0, 1),
* 'two' => array(2, 3),
* );
* $permutations = $this->permute($parameters);
* $permutations = TestBase::generatePermutations($parameters);
* // Result:
* $permutations == array(
* 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