Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

PHP testing

Why is PHP testing in beginner PHP track? And in which order to learn basics, intermediate than oop PHP? Thanks

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Testing is an important part of any programming language. It seems to me that the recent PHP Unit Testing course was just added to the track. This will give you a foundational knowledge of how to write Unit Testing for PHP before you move on to more intermediate concepts.

I would suggest you move up sequentially through the levels with Beginning and Intermediate tracks which focus on procedural programming. This will help you to distinguish between Procedural, Functional and Object Oriented Programming Concepts!. :-)