Completed
Product Page
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP eCommerce Entities - PHPUnit and Doctrine ORM Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Project setup
- 2 User Entity
- 3 Create User Script
- 4 Customer Journey
- 5 Minimal Product
- 6 Test Database
- 7 Database Dependant Testcase
- 8 Schema Loader
- 9 Product Entity
- 10 Create Product Test
- 11 Custom Database Assertion
- 12 Custom Test Fail Messages
- 13 Inverse Database Assertion
- 14 Update Schema Command
- 15 Product Page
- 16 Remove Hardcoding
- 17 Order - Product Relationship
- 18 Order Entity
- 19 Update Order Test
- 20 Cancel Order Test
- 21 Order - Item - Product relationship
- 22 Create Item Entity
- 23 Doctrine Many to One
- 24 Entity Inverse Relationship
- 25 Adding Multiple Items
- 26 Database Assertions Using SQL
- 27 Assert Failure Message
- 28 Assert Database Has Item
- 29 You Don't Need The Inverse
- 30 Update Development Database Schema
- 31 Checkout Page
- 32 Checkout Form Fields
- 33 Submit Checkout Form
- 34 Create Order and Item Records