Skip to content

Commit

Permalink
Drop PHP 7 requirement for several tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 25, 2020
1 parent 40519d7 commit f935e10
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/LazinessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public function testGeneratorYieldFrom(): void
$this->addToAssertionCount(1);
}

/**
* @requires PHP < 8.0
*/
public function testLazyIterator(): void
{
$spy = $this->createMock(\ArrayIterator::class);
Expand All @@ -120,9 +117,6 @@ public function testLazyIterator(): void
})->filter();
}

/**
* @requires PHP < 8.0
*/
public function testLazyIteratorYieldFrom(): void
{
$spy = $this->createMock(\ArrayIterator::class);
Expand All @@ -141,9 +135,6 @@ public function testLazyIteratorYieldFrom(): void
})->filter();
}

/**
* @requires PHP < 8.0
*/
public function testLazyIteratorReturn(): void
{
$spy = $this->createMock(\ArrayIterator::class);
Expand Down

0 comments on commit f935e10

Please sign in to comment.