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.
- Host: GitHub
- URL: https://github.com/storyn26383/unit-test
- Owner: storyn26383
- Created: 2017-04-20T13:19:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T09:15:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T13:50:10.229Z (5 months ago)
- Topics: php, phpcs, phpunit
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Project Skeleton
A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and Laravel Pint.
[](https://github.com/storyn26383/unit-test/actions/workflows/tests.yml)
[](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
```