-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathphpunit.xml
More file actions
12 lines (12 loc) · 798 Bytes
/
Copy pathphpunit.xml
File metadata and controls
12 lines (12 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<phpunit bootstrap="./tests/bootstrap.php">
<testsuites>
<testsuite name="Opis Closure">
<directory suffix="Test.php" phpVersion="8.0" phpVersionOperator=">=">./tests/PHP80</directory>
<directory suffix="Test.php" phpVersion="8.1" phpVersionOperator=">=">./tests/PHP81</directory>
<directory suffix="Test.php" phpVersion="8.2" phpVersionOperator=">=">./tests/PHP82</directory>
<directory suffix="Test.php" phpVersion="8.3" phpVersionOperator=">=">./tests/PHP83</directory>
<directory suffix="Test.php" phpVersion="8.4" phpVersionOperator=">=">./tests/PHP84</directory>
<directory suffix="Test.php" phpVersion="8.5" phpVersionOperator=">=">./tests/PHP85</directory>
</testsuite>
</testsuites>
</phpunit>