ContrexxTestCase
extends TestCase
in package
AbstractYes
ContrexxTestCase
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getComponent() : SystemComponentController|null
- Returns the requested component's controller
Properties
$cx
protected
static Cx
$cx
Methods
__construct()
public
__construct() : mixed
getComponent()
Returns the requested component's controller
protected
getComponent(string $componentName) : SystemComponentController|null
Parameters
- $componentName : string
-
Name of the component to fetch
Return values
SystemComponentController|null —ComponentController or null if none was found