File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Infection
25
25
run : |
26
- wget -q https://github.com/infection/infection/releases/download/0.26.18 /infection.phar
27
- wget -q https://github.com/infection/infection/releases/download/0.26.18 /infection.phar.asc
26
+ wget -q https://github.com/infection/infection/releases/download/0.27.0 /infection.phar
27
+ wget -q https://github.com/infection/infection/releases/download/0.27.0 /infection.phar.asc
28
28
chmod +x infection.phar
29
29
./infection.phar
30
30
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<phpunit
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd"
5
5
backupGlobals =" true"
6
6
colors =" false"
7
7
processIsolation =" false"
30
30
<exclude >vendor/</exclude >
31
31
</testsuite >
32
32
</testsuites >
33
- <coverage >
33
+ <source restrictDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
34
34
<include >
35
- <directory suffix = " .php " >src</directory >
35
+ <directory >src</directory >
36
36
</include >
37
- </coverage >
37
+ </source >
38
38
<php >
39
39
<ini name =" allow_url_include" value =" 1" />
40
40
</php >
You can’t perform that action at this time.
0 commit comments