File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 97
97
- name : " Checkout"
98
98
uses : actions/checkout@v4
99
99
100
- - name : " Fetch cacert.pem from curl.haxx. se"
101
- run : curl -o tests/cacert.pem https://curl.haxx .se/ca/cacert.pem
100
+ - name : " Fetch cacert.pem from curl.se"
101
+ run : curl -o ./ tests/cacert.pem https://curl.se/ca/cacert.pem
102
102
103
103
- name : " Install PHP with extensions"
104
104
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 7
7
>
8
8
<testsuites >
9
9
<testsuite name =" php-http-message-utils test suite" >
10
- <directory >./tests</directory >
10
+ <directory >tests</directory >
11
+ <exclude >tests/Client/Factories</exclude >
11
12
</testsuite >
12
13
</testsuites >
13
14
<source >
14
15
<include >
15
- <directory >./ src</directory >
16
+ <directory >src</directory >
16
17
</include >
17
18
</source >
18
19
<coverage >
You can’t perform that action at this time.
0 commit comments