On NetTuts.com today a new tutorial has been posted to help you test your applications and make it a simpler process using the EnhancePHP framework. EnhancePHP is a lightweight Open Source PHP unit testing framework with support for mocks and stubs.
test driven developmentNetTuts.com: Testing your PHP Codebase with EnhancePHPPHPDeveloper.org Mon, 01/23/2012 - 09:25
On NetTuts.com today a new tutorial has been posted to help you test your applications and make it a simpler process using the EnhancePHP framework. EnhancePHP is a lightweight Open Source PHP unit testing framework with support for mocks and stubs. Technical New Year’s Resolutions: 2012 - Brian DeShongPlanet PHP Sun, 01/01/2012 - 15:09
I like to do this every year. It’s a reflect and reset-type of thing for me. Here’s what I accomplished from last year’s resolutions: Tags:
19.12. Test Driven JavaScript Development - Mayflower Blog - PHPPlanet PHP Sun, 12/18/2011 - 15:26
A couple of weeks ago, I was attending a three-day workshop for agile developer skills. The workshop was split into five topics: Colaboration, Refactoring, Design & Architecture, Continious Integration and Test Driven Development. Wojciech Sznapka's Blog: Why Mockery is better than PHPUnit Mock...PHPDeveloper.org Wed, 11/02/2011 - 12:02
Wojciech Sznapka has a new post today sharing his opinions as to why Mockery is better than PHPUnit Mock Builder in testing Symfony2-based applications. Screencast: Coding Conway’s Game of Life in Ruby the TDD Way w...Ruby Inside Tue, 11/01/2011 - 18:25
My secret agenda for PHP Content Management Systems - Henri Berg...Planet PHP Fri, 07/08/2011 - 08:06
As I've written before, I'm concerned about the state of the PHP ecosystem. There are lots of good applications written in the language, but there is very little code sharing between different projects, mainly because of framework incompatibilities, but also because of quite a strong NIH culture. Tags:
Meet thePHP.cc in October - Sebastian BergmannPlanet PHP Tue, 06/21/2011 - 10:45
Fall season is traditionally conference season in the PHP community. This October, you will have the chance to catch all three partners of thePHP.cc -- Sebastian Bergmann, Arne Blankerts, and Stefan Priebsch -- at the following events: PHP|Tek 2011 TDD Code - Jason E. SweatPlanet PHP Tue, 05/31/2011 - 09:45
Thank you to everyone who attended my May 25th PHP|Tek talk on Test Driven Development. If you have not had a chance, please do leave feedback on joind.in. A Partial Review of “Test-Driven JavaScript Development” - b...Planet PHP Mon, 11/01/2010 - 12:21
So ever since the fine folks at Addison Wesley sent over a copy of Test-Driven JavaScript Development (by Christian Johansen) I’ve been trying to wrap my head around a new sort of testing when it comes to web apps. Tags:
Community News: Learn Test-Driven Development with MunchkinPHPDeveloper.org Wed, 08/04/2010 - 11:09
In this new post to his blog Giorgio Sironi points out a new project that wants to help you get started with test-driven development - Munchkin. |