diff --git a/composer.json b/composer.json index 8076c13..60f763c 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,7 @@ "psr/http-message": "dev-master" }, "require-dev": { - "fzaninotto/faker": "1.5.*@dev", - "phpunit/phpunit": "~4.5", - "pjdietz/shamserver": "dev-master" + "phpunit/phpunit": "~4.5" }, "autoload": { "psr-4": { "WellRESTed\\" : "src/" }, diff --git a/test/sham-routers/body.php b/test/sham-routers/body.php deleted file mode 100644 index 5e5992e..0000000 --- a/test/sham-routers/body.php +++ /dev/null @@ -1,4 +0,0 @@ - $value) { - if (substr($name, 0, 5) === 'HTTP_') { - $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value; - } -} -print json_encode($headers); diff --git a/test/sham-routers/method.php b/test/sham-routers/method.php deleted file mode 100644 index 838f33d..0000000 --- a/test/sham-routers/method.php +++ /dev/null @@ -1,4 +0,0 @@ -