Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cba85/teach-travel-list-api-test
- Owner: cba85
- Created: 2023-02-16T10:43:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T11:04:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T01:32:02.660Z (2 months ago)
- Topics: php, phpunit
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`