Puppet module for installing the PHPUnit unit testing framework's PHAR package.
Made by Andrew Kandels
GitHub: https://github.com/andrew-kandels/puppet-phpunit
Released under the terms of the BSD-2 license.
class { 'phpunit': }
class { 'phpunit':
phar_uri => 'https://phar.phpunit.de/phpunit.phar',
install_path => '/usr/local/bin/phpunit',
}
class { 'phpunit':
ensure => absent,
}