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

Conversation

tuupola
Copy link
Contributor

@tuupola tuupola commented Sep 28, 2013

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/

Output of example run of above command in fresh checkout at address below. Some tests are skipped because I do not have memcache, Postgres and OCI installed.

http://pastie.org/8363000

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 tuupola mentioned this pull request Sep 30, 2013
@jpfuentes2
Copy link
Owner

More automation and less manual intervention is always appreciated : )

jpfuentes2 added a commit that referenced this pull request Nov 14, 2013
Add PHPUnit and PEAR_Log as development requirement.
@jpfuentes2 jpfuentes2 merged commit 6a416bf into jpfuentes2:master Nov 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants