Completed
What to test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Unit Tests Using PHPUnit
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 Why is unit testing important
- 4 Writing the first unit test
- 5 Creating a folder for unit tests
- 6 Writing unit tests
- 7 Writing complex unit tests
- 8 The essence of unit testing
- 9 Dependency injection
- 10 Dependency containers
- 11 Writing testable code
- 12 Voodoo
- 13 Testing Private Methods
- 14 Warning Sign
- 15 Database Tests
- 16 Testdriven development
- 17 Fixing bugs
- 18 What to test
- 19 CREP index
- 20 Conclusion