File: phpunit.xml

package info (click to toggle)
php-opis-closure 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: php: 4,836; makefile: 15; xml: 11; sh: 8
file content (12 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
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>