Skip to content

Commit

Permalink
Relax test version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
thg2k committed Jun 10, 2024
1 parent 8da7747 commit c50f45b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,10 +1689,6 @@ public function testBug10974(): void

public function testCountArrayShift(): void
{
if (PHP_VERSION_ID < 80000) {
$this->markTestSkipped('Test requires PHP 8.0.');
}

$this->analyse([__DIR__ . '/data/count-array-shift.php'], [
[
'Parameter #1 $value of function count expects array|Countable, array|false given.',
Expand Down

0 comments on commit c50f45b

Please sign in to comment.