Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHPUnit and PEAR_Log as development requirement. #362

Merged
merged 2 commits into from
Nov 14, 2013
Merged

Add PHPUnit and PEAR_Log as development requirement. #362

merged 2 commits into from
Nov 14, 2013

Commits on Sep 28, 2013

  1. Add PHPUnit and PEAR_Log as development requirement.

    This way you can run tests without manually installing PEAR packages or PHPUNit itself. After cloning the repository you can run tests with:
    
    %composer install
    %vendor/bin/phpunit -c phpunit.xml test/
    tuupola committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    00c2932 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2013

  1. Configuration menu
    Copy the full SHA
    bf9d84e View commit details
    Browse the repository at this point in the history