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: 4 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T11:04:11.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:05:49.093Z (6 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`