phpunit¶
Install PHPunit
Installation¶
Class: php::phpunit
$ensuredefaults toinstalled$packagedefaults topear.phpunit.de/PHPUnit$providerdefaults topear
Examples¶
# Install with defaults
class { 'php::phpunit':
}
# Install with auto-update
class { 'php::phpunit':
ensure => latest
}
# Install with sticky version
class { 'php::phpunit':
ensure => '3.7.29'
}