Test Driven Development in PHP

前端 未结 8 1917
青春惊慌失措
青春惊慌失措 2021-01-29 23:47

I am a web-developer working in PHP. I have some limited experience with using Test Driven Development in C# desktop applications. In that case we used nUnit for the unit testin

8条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 00:16

    I highly recommend Test-Driven Development by Kent Beck (ISBN-10: 0321146530). It wasn't written specifically for PHP, but the concepts are there and should be easily translatable to PHP.

提交回复
热议问题