Skip to content

Commit db97579

Browse files
committed
Fixed a test name
1 parent 33fc0e7 commit db97579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonMachineTest/ResumableIteratorAggregateProxyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class ResumableIteratorAggregateProxyTest extends \PHPUnit_Framework_TestCase
1313
{
14-
public function testName()
14+
public function testDoesNotPassTheCallToRewindToInnerIterator()
1515
{
1616
$iteratorAggregate = new class() implements \IteratorAggregate {
1717
private $generator;

0 commit comments

Comments
 (0)