Skip to content

Files

Latest commit

6042339 · May 2, 2023

History

History
22 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 396 Bytes

Extremely Defensive PHP

Architecture

Application

Domain

Infrastructure

UserInterface

Testing

We'll use PHPUnit and Behat to fully automate our software application testing.

PHPUnit tests will live under Unit, Integration and Functional namespaces whereas Behat will own the Feature namespace in our testsuite.

Unit

Integration

Functional

Features