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
- Host: GitHub
- URL: https://github.com/alt3/chef-phpunit
- Owner: alt3
- License: mit
- Created: 2014-10-31T18:48:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T22:06:27.000Z (over 11 years ago)
- Last Synced: 2025-01-16T22:23:46.921Z (over 1 year ago)
- Language: Ruby
- Size: 176 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# phpunit cookbook
[](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