careercup / CtCI-6th-Edition-php

Cracking the Coding Interview 6th Ed. PHP Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Dependencies: PHPUnit, which can be installed either standalone or via Composer (composer.json supplied).

Running Unit Tests

Using PHPUnit installed via Composer (recommended)

First install PHPUnit (you only need to do this once)

composer install

Then you can run the unit tests using the PHPUnit that composer installed

./vendor/bin/phpunit test

Using Standalone PHPUnit

Assuming the phpunit binary is in your user's path, simply run

phpunit test

About

Cracking the Coding Interview 6th Ed. PHP Solutions


Languages

Language:PHP 100.0%