Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 275 Bytes

unittest-mini-lesson

A small lesson to unittest used at work

  • Test a simple method
  • Test a method with many parameters with data provider
  • Catch an exception in a method
  • Mock an object to inject in a class
  • Mock a WordPress function
  • Mock a WordPress action/filter