Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 632 Bytes

PHP Project Skeleton

A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and Laravel Pint.

Build Status Coverage Status

Quick Start

Installation

$ git clone https://github.com/storyn26383/unit-test.git

$ cd unit-test

$ make init

Run Test

$ make test