What are unit tests and why should I care?

后端 未结 8 1440
礼貌的吻别
礼貌的吻别 2020-12-13 05:13

Okay, I develop web applications in PHP and JavaScript and a lot of times here on Stack Overflow I have seen the word unit test passing by, but nowhere on the websi

8条回答
  •  感情败类
    2020-12-13 05:32

    A google search for "php unit testing" yields a treasure trove of information on this subject. The PHPUnit project looks interesting.

提交回复
热议问题