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

https://github.com/alt3/chef-phpunit

Chef cookbook for installing PHPUnit using Composer
https://github.com/alt3/chef-phpunit

Last synced: over 1 year ago
JSON representation

Chef cookbook for installing PHPUnit using Composer

Awesome Lists containing this project

README

          

# phpunit cookbook

[![Build Status](https://travis-ci.org/alt3/chef-phpunit.svg)](https://travis-ci.org/alt3/chef-phpunit)

Installs PHPUnit using Composer cookbook LWRP.

# Supported Platforms

This cookbook is test-kitchen tested against the following platforms:

- ubuntu-14.04

# Depends

- Morphodo [composer](https://github.com/Morphodo/chef-composer) cookbook

# Recipes

## phpunit::default

Installs PHPUnit.

# Contributing

1. Fork it ( https://github.com/alt3/chef-phpunit/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make sure test-kitchen and foodcritic tests pass
4. Commit your changes (`git commit -am 'Adds some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request