News Feed
Jobs Feed
Sections




News Archive
Michelangelo van Dam's Blog:
Quality Assurance on PHP projects - PHPUnit part 3
August 29, 2011 @ 09:18:28

Michelangelo van Dam is back today with the next part of his "Quality Assurance in PHP Projects" series, the third part of his look at PHPUnit, the popular PHP-based unit testing software.

Time for the third part on unit testing with phpunit in my Quality Assurance on PHP projects series. In part one we started writing unit tests for a simple game of tic-tac-toe. In part two we started converting our unit tests into actual code and moved our general unit test code for grids into a Grid focussed unit test. In this part, we're looking at how we can optimize the tests for our players.

He digs deeper into the TicTacToe application and focuses first on the single-player functionality, checking the symbol for the current player (an "X" or "O") and throwing exceptions in the code when things aren't right. He also shows the tests for checking on "more than one player" and "cannot add more than two players" scenarios. Full code for the Player class and tests are included.

1 comment voice your opinion now!
quality assurance project phpunit unittest tutorial tictactoe tdd


blog comments powered by Disqus

Similar Posts

Juan Treminio: Unit Testing with PHPUnit Tutorial Series

Felix Geisendörfer's Blog: Containable 2.0 BETA

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial: Parts 1-8 Revisited

DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5

KillerPHP.com: Zend Framework Components Part 2: Zend_View


Community Events











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


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

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