From the course: PHP: Testing Legacy Applications

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Next steps

Next steps

From the course: PHP: Testing Legacy Applications

Start my 1-month free trial

Next steps

- [Chris] Hey, I know we've covered a lot of stuff in this course, and you might be feeling a little overwhelmed. Thanks for sticking through to the end, and I hope I have done a great job of explaining all the basics of testing to you. I know you might be looking at the tests I wrote and the code itself and thinking, my code doesn't look like that at all. What should I do? Don't worry. The concepts I've taught you are transferrable to your own code. Every application is different and has its own unique challenges, but I'm 100% confident that you can take what I've shown you here and get started writing tests for your own code. Testing doesn't have to be intimidating. It's a systematic process of identifying behavior that you want to test, figuring out your dependencies, and then letting the tools help you create the right test for the right scenario. If you're interested in learning more about testing or want to ask me questions about specific parts of the course, the best way to get…

Contents