Skip to content

Commit

Permalink
Update NodeScopeResolverTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and clxmstaab committed Mar 23, 2022
1 parent 125990d commit 651efa1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/PHPStan/Analyser/NodeScopeResolverTest.php
Expand Up @@ -810,18 +810,14 @@ public function dataFileAsserts(): iterable
if (PHP_VERSION_ID >= 80100) {
yield from $this->gatherAssertTypes(__DIR__ . '/data/value-of-enum.php');
}

yield from $this->gatherAssertTypes(__DIR__ . '/data/in-array-non-empty.php');
if (PHP_VERSION_ID >= 80000) {
yield from $this->gatherAssertTypes(__DIR__ . '/data/in-array-non-empty-php8.php');
}

yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6584.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6439.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6748.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/array-search-type-specifying.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/array-replace.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6889.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/in-array-non-empty.php');
}

/**
Expand Down

0 comments on commit 651efa1

Please sign in to comment.