Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 554 Bytes

File metadata and controls

24 lines (15 loc) · 554 Bytes

PHP Project Skeleton

A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and PHP CodeSniffer.

Build Status Coverage Status

Quick Start

Installation

$ git clone https://github.com/UniSharp/uni-cms.git

$ cd unit-test

$ make init

Run Test

$ make test