Skip to content

Puppet module for installing the PHPUnit unit testing framework's PHAR package.

License

Notifications You must be signed in to change notification settings

andrew-kandels/puppet-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module: phpunit

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.

Simple Usage

    class { 'phpunit': }

Advanced Usage (complete options list)

    class { 'phpunit':
        phar_uri     => 'https://phar.phpunit.de/phpunit.phar',
        install_path => '/usr/local/bin/phpunit',
    }

Uninstalling PHPUnit

    class { 'phpunit':
        ensure => absent,
    }

About

Puppet module for installing the PHPUnit unit testing framework's PHAR package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages