Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Getting Started with PHP Unit Testing!
You have completed Getting Started with PHP Unit Testing!
Preview
PHPUnit uses XML file for configuration. This configuration file can be added to your version control system so all developers get the same output. These settings will help you make sure your tests work the way you want.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
This configuration file can be added
to your version control system, so
0:00
all developers get the same output.
0:03
If you wanna a direct link, check
the notes associated with this video.
0:05
These settings will help you make sure
that your test work the way that you want.
0:09
This first section shows you all the
settings that PHP unit uses by default,
0:14
backups, caching,
converting errors to exceptions,
0:19
when to stop running,
and when to time out.
0:23
We're only going to use a couple of these
just to see how it changes our output.
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up