Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 263 Bytes

File metadata and controls

19 lines (12 loc) · 263 Bytes

Vue Shopping Cart API Test

HTTP tests for Vue Shopping Cart API (Laravel 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