Install dependencies with Composer : $ composer install To run the tests use phpunit: $ ./vendor/bin/phpunit Or for example if you want to debug or test Adapter Pattern, run the commands below: $ cd Structural/Adapter/Tests/ $ php index.php