Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!