Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1000 Bytes

File metadata and controls

38 lines (23 loc) · 1000 Bytes

Test Drive Development in PHP - Sample Project

This is written with PHPUnit (http://www.phpunit.de).

Installation:

$ pear config-set auto_discover 1
$ pear install pear.phpunit.de/PHPUnit

$ pear install phpunit/PHPUnit_SkeletonGenerator
$ pear install phpunit/PHPUnit_Selenium
$ pear install phpunit/PHPUnit_Story

Walk Through:

  1. Clone the repository

     $ git clone git://github.com/miccheng/TDD-PHP-Sample.git
    
  2. Checkout steps and look at the code changes

     $ git checkout step1
     $ git checkout step2
     $ git checkout step3
     ...
    

Contact Details:

Singapore PHP User Group
Facebook Group: https://www.facebook.com/groups/sghypertextpreprocessors/

Michael Cheng
Twitter: @coderkungfu
Email: mcheng.work@gmail.com