File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 42
42
},
43
43
"require-dev" : {
44
44
"phpunit/phpunit" : " ^8.0" ,
45
- "guzzlehttp/psr7" : " ^1.5"
45
+ "guzzlehttp/psr7" : " ^1.5" ,
46
+ "http-interop/http-factory-tests" : " dev-master"
46
47
},
47
48
"autoload" : {
48
49
"files" : [
Original file line number Diff line number Diff line change 16
16
<testsuite name =" php-httpinterface test suite" >
17
17
<directory suffix =" .php" >./tests</directory >
18
18
</testsuite >
19
+ <testsuite name =" http-interop Integration tests" >
20
+ <directory >./vendor/http-interop/http-factory-tests/test</directory >
21
+ </testsuite >
19
22
</testsuites >
23
+ <php >
24
+ <const name =" REQUEST_FACTORY" value =" chillerlan\HTTP\Psr17\RequestFactory" />
25
+ <const name =" RESPONSE_FACTORY" value =" chillerlan\HTTP\Psr17\ResponseFactory" />
26
+ <const name =" SERVER_REQUEST_FACTORY" value =" chillerlan\HTTP\Psr17\ServerRequestFactory" />
27
+ <const name =" STREAM_FACTORY" value =" chillerlan\HTTP\Psr17\StreamFactory" />
28
+ <const name =" UPLOADED_FILE_FACTORY" value =" chillerlan\HTTP\Psr17\UploadedFileFactory" />
29
+ <const name =" URI_FACTORY" value =" chillerlan\HTTP\Psr17\UriFactory" />
30
+ </php >
20
31
<filter >
21
32
<whitelist >
22
33
<directory suffix =" .php" >./src</directory >
You can’t perform that action at this time.
0 commit comments