Test Driven Development (TDD) is the process of using very short development cycles to test and then implement your code. In this session, we'll explain the process of TDD, why you should be using TDD every time you write code, discuss tools you can use to develop PHP applications using TDD, and work through several examples to get you started.

Comments

Comments are closed.

Joseph Leedy at 11:25 on 4 Nov 2023

Good presentation containing useful information and helpful examples.

Jordan Wamser at 11:58 on 4 Nov 2023

Love the depth of the talk. it has helped clarify a lot of ideas for me.

Good technical talk giving an introduction into TDD and unit testing. Lots of information and helpful slides. Talk drifted into more general testing like mocks and code coverage, could have focused in on just TDD aspect to tighten the talk up. Overall a great talk and good patterns covered.

Greg Fox at 16:16 on 4 Nov 2023

Great talk, however I wish the more involved example was less framework dependent.