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 Getting Started with PHP Unit Testing Introduction to Unit Testing Running the Example

In what part of Beginning PHP did programming with JSON and using Composer get discussed?

I thought I was finishing Beginning PHP when I was sent to the Unit Testing track which talks about JSON and using Composer to install phpunit and using Visual Studio Code. This is the first I am hearing about all of this! I thought I was doing okay, but I have no idea what Alena is talking about!

1 Answer

Pascal Breitrück
PLUS
Pascal Breitrück
Courses Plus Student 3,206 Points

Hey Debbie, after the beginnig Course , you should start with PHP and the Databases or Intermediate PHP. For Unit testing you'll need a solid understanding of ObjectOrientedProgramming. Unit testing is important , but do it later ;D

If you like more information about Composer and how it works , look here https://symfonycasts.com/screencast/composer

Greets Pascal