# Download the Composer
php -r "readfile('https://getcomposer.org/installer');" | php

# install dependencies
php composer.phar install

# run the test cases