Главная
Study mode:
on
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
Description:
Dive into a comprehensive tutorial on building PHP eCommerce entities using Doctrine ORM and MySQL, while implementing robust testing with PHPUnit. Learn to create and manage products, orders, and items, exploring their relationships and interactions. Master essential concepts such as project setup, entity creation, database-dependent testing, schema management, and custom assertions. Develop practical skills by implementing features like product pages, checkout processes, and order management. Gain insights into best practices for database assertions, entity relationships, and form handling. By the end of this tutorial, you'll have a solid foundation in creating and testing complex eCommerce systems using PHP, Doctrine ORM, and PHPUnit.

PHP eCommerce Entities - PHPUnit and Doctrine ORM Tutorial

Gary Clarke
Add to list