An open API service indexing awesome lists of open source software.

https://github.com/storyn26383/unit-test

A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and PHP CodeSniffer.
https://github.com/storyn26383/unit-test

php phpcs phpunit

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# PHP Project Skeleton

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

[![Build Status](https://github.com/storyn26383/unit-test/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/storyn26383/unit-test/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/storyn26383/unit-test/badge.svg?branch=master)](https://coveralls.io/github/storyn26383/unit-test?branch=master)

## Quick Start

### Installation

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

$ cd unit-test

$ make init
`````

### Run Test

```bash
$ make test
```