Skip to content

Commit

Permalink
:octocat: re-added http-interop/http-factory-tests (http-interop/http-factory…
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 25, 2023
1 parent 20e2d55 commit 998a1e6
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 482 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"psr/http-server-handler-implementation": "1.0",
"psr/http-server-middleware-implementation": "1.0"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"chillerlan/php-http-message-utils": "dev-main#d1a5a12369a9075100beffe20af16976e3203be8",
"chillerlan/php-http-message-utils": "^2.0",
"chillerlan/php-settings-container": "^2.1.4 || ^3.1",
"fig/http-message-util": "^1.1.5",
"psr/http-client": "^1.0",
Expand All @@ -43,9 +43,10 @@
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"require-dev": {
"http-interop/http-factory-tests": "2.1.0",
"phan/phan": "^5.4",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.4",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResultFile=".build/phpunit.result.cache"
colors="true"
Expand Down
50 changes: 0 additions & 50 deletions tests/Psr17/RequestFactoryTest.php

This file was deleted.

37 changes: 0 additions & 37 deletions tests/Psr17/ResponseFactoryTest.php

This file was deleted.

130 changes: 0 additions & 130 deletions tests/Psr17/ServerRequestFactoryTest.php

This file was deleted.

Loading

0 comments on commit 998a1e6

Please sign in to comment.