This is a workshop for demonstrating PHPUnit functionality on Unit tests, Functional tests, and E2E tests based on a demo project called gamebook.
Check the src/Test directory for particular details.
-
The
Browserdirectory has a PHP class for E2E tests. For this,Seleniumandchromedriverwere required. -
The
Controllerdirectory contains functional tests -
And the
Unitfolder has a bunch of unit tests