Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 337 Bytes

PHPUnit Koans

These Koans are a series of failing unit tests designed to teach you PHPUnit Assertions step by step.

Requirements

  • PHP
  • PHPUnit

Instructions

Complete the failing tests in PHPUnitKoansTest.php in sequence and run enlighten.sh each time you think you have found the solution to the function.