Skip to content

Commit

Permalink
Update phpunit.xml.dist (#1232)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 15, 2023
1 parent 8c19e1a commit 5d80294
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,22 @@
<directory suffix="Test.php">./tests</directory>
<exclude>./tests/PHP80</exclude>
<exclude>./tests/PHP81</exclude>
<exclude>./tests/PHP82</exclude>
</testsuite>

<testsuite name="Mockery Test Suite PHP80">
<directory phpVersion="8.0.0-dev" phpVersionOperator=">=">./tests</directory>
<exclude>./tests/PHP81</exclude>
<exclude>./tests/PHP82</exclude>
</testsuite>

<testsuite name="Mockery Test Suite PHP81">
<directory phpVersion="8.1.0-dev" phpVersionOperator=">=">./tests</directory>
<exclude>./tests/PHP82</exclude>
</testsuite>

<testsuite name="Mockery Test Suite PHP82">
<directory phpVersion="8.2.0-dev" phpVersionOperator=">=">./tests</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit 5d80294

Please sign in to comment.