@@ -41,17 +41,17 @@ support for multiple versions of the coverage library to ease the upgrade path,
41
41
significantly incompatible with older ones or where a compelling new feature exists the minimum supported version may be
42
42
raised. Fixes for any subsequently discovered bugs will be backported as appropriate.
43
43
44
- +---------------------+--------+-------------------+------------+--------------------------+
45
- | Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
46
- +=====================+========+===================+============+==========================+
47
- | 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | |
48
- +---------------------+--------+-------------------+------------+--------------------------+
49
- | 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
50
- +---------------------+--------+-------------------+------------+--------------------------+
51
- | 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
52
- +---------------------+--------+-------------------+------------+--------------------------+
53
- | 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
54
- +---------------------+--------+-------------------+------------+--------------------------+
44
+ +---------------------+--------+-------------------+---------------- +--------------------------+
45
+ | Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
46
+ +=====================+========+===================+================ +==========================+
47
+ | 5.3 | 3.10+ | 9.2+, 10, 11 | 9.5.5+, 10, 11 | |
48
+ +---------------------+--------+-------------------+---------------- +--------------------------+
49
+ | 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
50
+ +---------------------+--------+-------------------+---------------- +--------------------------+
51
+ | 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
52
+ +---------------------+--------+-------------------+---------------- +--------------------------+
53
+ | 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
54
+ +---------------------+--------+-------------------+---------------- +--------------------------+
55
55
56
56
.. _Composer : https://getcomposer.org
57
57
.. _GitHub : https://github.com/dvdoug/behat-code-coverage
0 commit comments