News Feed
Jobs Feed
Sections




News Archive
Michelangelo van Dam's Blog:
Quality Assurance on PHP projects - PHPUnit part 2
August 23, 2011 @ 08:38:19

Michelangelo van Dam has posted the second part of his look at PHPUnit in his "Quality Assurance in PHP Projects" blog post series. This is a continuation from part one.

I hope everyone enjoyed my first article on unit testing with phpunit where I started writing a few tests that would guide us building our little game of tictactoe. Today I'm going start with turning these tests into working code and adjusting our tests to have a clear separation of responsibility. Since we already know what the code should produce, we only have to work out the details.

He picks up where he left off on his "tic-tac-toe" example by defining some of the classes that will be needed to fulfill the tests and a sample test to check the generated grid's contents. He includes the Grid class that will do the job (full code included) and a full test case class that runs his example with checks on testGameGridIsSetAtStart, testGridCanPositionASymbol, testGridHasThreeSymbolsInARow and testGridHasThreeSymbolsInAColumn, some with their own data providers.

0 comments voice your opinion now!
quality assurance project phpunit unittest tutorial tictactoe tdd


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Metatesting: Understanding Mock Objects

Raphael Stolt's Blog: Installing Zend_Tool on Mac OS X

AjaxRay.com: Setting up Database testing with Kohana UnitTest module

Engrowe.com: How-to - Convert a RSS feed to JSON in PHP

PHPRiot.com: Monitoring File Uploads using Ajax and PHP


Community Events











Don't see your event here?
Let us know!


testing framework functional conference series code opinion unittest composer interview release zendframework2 community example development tool introduction podcast language object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework