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

Latest commit

 

History

History
12 lines (8 loc) · 175 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 175 Bytes

PHP coding template

A simple template with PHPUnit set up

Setup

Just use make setup for setup, then use make test to start tests.

$ make setup
$ make test