Task
Interfaces, Classes, Traits and Enums
- Base
- Components_Qc_Task_Base:: provides core functionality for qc tasks.
- Cpd
- Components_Qc_Task_Cpd:: runs a copy/paste check on the component.
- Cs
- Components_Qc_Task_Cs:: runs a code style check on the component.
- Dcd
- PHP dead code detection.
- Lint
- Components_Qc_Task_Lint:: runs a syntax check on the component.
- Loc
- Measure the size and analyze the structure of a PHP component.
- Md
- Components_Qc_Task_Md:: runs a mess detection check on the component.
- Unit
- Components_Qc_Task_Unit:: runs the test suite of the component.