Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanmai/phpunit-primer
PHPUnit Usage Primer
https://github.com/sanmai/phpunit-primer
Last synced: 21 days ago
JSON representation
PHPUnit Usage Primer
- Host: GitHub
- URL: https://github.com/sanmai/phpunit-primer
- Owner: sanmai
- License: mit
- Created: 2016-06-24T05:55:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:29:09.000Z (over 3 years ago)
- Last Synced: 2024-10-16T14:09:14.316Z (2 months ago)
- Language: PHP
- Homepage: http://www.alexeykopytko.com/2016/phpunit.html
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/sanmai/phpunit-primer.svg?branch=master)](https://travis-ci.org/sanmai/phpunit-primer) [![Coverage Status](https://coveralls.io/repos/github/sanmai/phpunit-primer/badge.svg)](https://coveralls.io/github/sanmai/phpunit-primer)
PHPUnit Usage Primer
```bash
git clone https://github.com/sanmai/phpunit-primer.git
cd phpunit-primer
composer install
php vendor/bin/phpunit
```Enjoy your 100% coverage!