PHP Testing Jargon

Go to class
Write Review

PHP Testing Jargon provided by Laracasts is a comprehensive online course, which lasts for 2-3 hours worth of material. PHP Testing Jargon is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • There's no two ways about it: terminology in the testing world is incredibly overwhelming. Mocks, stubs, and dummies oh my!

    Let's see if we can cut through the noise. Come along as, bit by bit, we break all of these confusing concepts down into something you can easily understand and implement within your own projects.

Syllabus
    • Intro to PHP Testing Jargon
    • Unit Test a Simple Class
    • Setup the World
    • When to Reach for Data Providers
    • A Unit Test is Not Locked to a Single Class
    • Homework Solutions
    • Green is When You Refactor
    • A Dummy is a Stand-in for the Real Thing
    • Let PHPUnit Create Your Test Doubles
    • Stubs Versus Mocks
    • The Downside to Mocking
    • Feature Testing Defined
    • When to Reach for Browser Testing
    • Continuous Integration Testing