File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/.build export-ignore
22/.github export-ignore
3+ /.idea export-ignore
34/.phan export-ignore
45/.phpdoc export-ignore
56/docs export-ignore
Original file line number Diff line number Diff line change 7373 - name : " Checkout"
7474 uses : actions/checkout@v4
7575
76- - name : " Fetch cacert.pem from curl.haxx. se"
76+ - name : " Fetch cacert.pem from curl.se"
7777 run : curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem
7878
7979 - name : " Install PHP with extensions"
Original file line number Diff line number Diff line change 88 <testsuites >
99 <testsuite name =" php-httpinterface test suite" >
1010 <directory >tests</directory >
11+ <exclude >tests/ClientFactories</exclude >
1112 </testsuite >
1213 </testsuites >
1314 <source >
3233 <php >
3334 <const name =" REQUEST_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
3435 <const name =" RESPONSE_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
35- <const name =" SERVER_REQUEST_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
3636 <const name =" STREAM_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
37- <const name =" UPLOADED_FILE_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
3837 <const name =" URI_FACTORY" value =" chillerlan\HTTP\Psr7\HTTPFactory" />
3938 </php >
4039</phpunit >
You can’t perform that action at this time.
0 commit comments