My contribution to the development of the Php Graphene Node Client:
My pull request contains:
Any developing project needs tests. In addition to this, Golos Hardforks is scheduled every 2-3 months. And Hardfork at Steem is approaching.
So I decided to add tests to the project.
To run the tests, you must have PHPUnit installed on your system. More information about the installation can be read here
Launching tests:
cd Tests
phpunit CommandsTest.php
phpunit CommandsTest.php --filter = testGetBlock // test only one command
Currently, testing covers functions:
tagsget_discussions_by_* moved to new tagswitness_apiget_active_witnesses, get_current_median_history_price, get_witnesses_by_vote moved to new witness_apihttps://github.com/t3ran13/php-graphene-node-client/pull/14