testAccept()
testAccept( $matchPatterns, $noMatchPatterns, $expected)
Parameters
$matchPatterns | ||
$noMatchPatterns | ||
$expected |
assertOrderedIteratorForGroups( $expected, \Traversable $iterator)
Same as assertOrderedIterator, but checks the order of groups of array elements.
@param array $expected - an array of arrays. For any two subarrays $a and $b such that $a goes before $b in $expected, the method asserts that any element of $a goes before any element of $b in the sequence generated by $iterator
$expected | ||
\Traversable | $iterator |