File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/.build export-ignore
2
2
/.github export-ignore
3
+ /.idea export-ignore
3
4
/.phan export-ignore
4
5
/.phpdoc export-ignore
5
6
/docs export-ignore
Original file line number Diff line number Diff line change 73
73
- name : " Checkout"
74
74
uses : actions/checkout@v4
75
75
76
- - name : " Fetch cacert.pem from curl.haxx. se"
76
+ - name : " Fetch cacert.pem from curl.se"
77
77
run : curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem
78
78
79
79
- name : " Install PHP with extensions"
Original file line number Diff line number Diff line change 8
8
<testsuites >
9
9
<testsuite name =" php-httpinterface test suite" >
10
10
<directory >tests</directory >
11
+ <exclude >tests/ClientFactories</exclude >
11
12
</testsuite >
12
13
</testsuites >
13
14
<source >
32
33
<php >
33
34
<const name =" REQUEST_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
34
35
<const name =" RESPONSE_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
35
- <const name =" SERVER_REQUEST_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
36
36
<const name =" STREAM_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
37
- <const name =" UPLOADED_FILE_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
38
37
<const name =" URI_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
39
38
</php >
40
39
</phpunit >
You can’t perform that action at this time.
0 commit comments