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 composer and fix unit tests #1

Merged
merged 1 commit into from
Jan 16, 2018
Merged

Conversation

gluneau
Copy link
Contributor

@gluneau gluneau commented Jan 16, 2018

Install composer if you don't already have it:
sudo apt-get install composer

Once in the repo's directory, do:
composer install

This will install the phpunit test suite.
You can then test all tests using this command:
vendor/phpunit/phpunit/phpunit tests

Or if you want to test one at a time, do this:
vendor/phpunit/phpunit/phpunit UnitTest tests/sponsors_Test.php

Long live PHP, Steem and Utopian.io

@DoctorLai DoctorLai merged commit fb3cce3 into DoctorLai:master Jan 16, 2018
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