Notes | Transcript | Playlist Notes A unit test tests your code without your code’s dependencies, whereas an integration test tests your code integrated with its dependencies. Dependencies include: WordPress – as it’s outside of your code. An external API – such as Stripe, PayPal, a help desk, weather, population, demographics, etc. An external package you embedded into your plugin, theme, or application, such as Guzzle, CMB2, Fulcrum’s Extender module, or Fulcrum’s Config module. A reusable module that you or your company built and tested separately. In a unit test, you are testing the expected behavior for the given conditions […]
