Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 892 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 892 Bytes

Quality PHP Workshop

Sample code and exercises for my quality PHP workshop.

Requirements:

  • PHP 7.2+
  • Composer

Installation (online)

  • Clone this repository
  • Run composer install
  • The handbook folder is just for me, please don't cheat :)

Installation (copy from USB)

  • Copy the folder, hopefully everything will work for you! :)

PHP UK Mini Workshop (2h)

  • Intro 15m (10:15-10:30)
  • Planning 30m (10:30-11:00)
    • 09:45 - Planning techniques - 15m
    • 10:15 - Write feature files with Gherkin 15m
  • Development 40m (11:00-11:40)
    • 10:35 - Object Calisthenics (ex 1) - 30m
    • 11:35 - phpstan / static analysis (ex 4) - 10m
  • Testing 30m (11:40-12:10)
    • 11:45 - Branch coverage (ex 6) - 15m
    • 12:00 - Mutation testing (ex 8) - 15m
  • Code Review / Finish 20m (12:10-12:30)
    • 12:15 - What do we look out for? - 10m
    • 12:30 - Close up - 10m