Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/php_counter_test

Test of importing PHP_Counter via composer
https://github.com/msabramo/php_counter_test

Last synced: 28 days ago
JSON representation

Test of importing PHP_Counter via composer

Awesome Lists containing this project

README

        

PHP_Counter_Test
================

[![Build Status](https://secure.travis-ci.org/msabramo/PHP_Counter_Test.png?branch=master)](http://travis-ci.org/msabramo/PHP_Counter_Test)

A simple test of importing
[PHP_Counter](https://github.com/msabramo/PHP_Counter) via [composer](http://getcomposer.org/) and exercising it.

```
curl -s http://getcomposer.org/installer | php
php composer.phar install
phpunit -c .
```