Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jubianchi/atoum-http-extension
https://github.com/jubianchi/atoum-http-extension
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jubianchi/atoum-http-extension
- Owner: jubianchi
- Created: 2014-12-22T20:13:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T21:12:28.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T14:22:18.067Z (3 months ago)
- Language: PHP
- Size: 257 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![atoum](http://downloads.atoum.org/images/logo.png)
[atoum](http://atoum.org/) is a **simple**, **modern** and **intuitive** unit
testing framework for PHP!# atoum/http-extension [![build status](https://travis-ci.org/atoum/http-extension.svg?branch=master)](https://travis-ci.org/atoum/http-extension)
This extension helps to assert on HTTP request and response based on the [PSR
HTTP message interfaces](https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md).## TODO
* ~~`request` asserter derivating form the `message` asserter~~
* ~~`url` child asserter (see [parse_url](http://fr.php.net/manual/fr/function.parse-url.php))~~
* ~~`method` child asserter~~
* `incomingRequest` asserter derivating form the `request` asserter
* `params` child asserter
* `cookies` child asserter
* `files` child asserter
* `attributes` child asserter
* ~~`response` asserter derivating form the `message` asserter~~
* ~~`status` child asserter~~
* `reason` child asserter