Quick setup for PHPUnit testing. Download composer: $ curl -sS https://getcomposer.org/installer | php Download phpunit: $ php composer.phar update Do test: $ vendor/phpunit/phpunit/phpunit.php RegexpTest.php