Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cba85/teach-travel-list-api-test

✈️ Tests for API Travel List
https://github.com/cba85/teach-travel-list-api-test

php phpunit

Last synced: 8 days ago
JSON representation

✈️ Tests for API Travel List

Awesome Lists containing this project

README

        

# Travel List API Tests

HTTP tests for [Travel list API](https://github.com/cba85/teach-lumen9-travel-list-api) (Lumen project) using PHPUnit.

## Install

```
$ composer install
```

## Usage

```
$ ./vendor/bin/phpunit tests url
```

Where `url` is the API url to test.

E.g. `http://127.0.0.1:8000`