LinkGeneratorTest
extends DoctrineTestCase
in package
LinkGeneratorTest
Tags
Table of Contents
Properties
- $cx : Cx
- $em : EntityManager
Methods
- __construct() : mixed
- setUp() : void
- setUpBeforeClass() : void
- tearDown() : void
- testDummyTestToAvoidPHPUnitWarning() : mixed
- getComponent() : SystemComponentController|null
- Returns the requested component's controller
Properties
$cx
protected
static Cx
$cx
$em
protected
static EntityManager
$em
Methods
__construct()
public
__construct() : mixed
setUp()
public
setUp() : void
setUpBeforeClass()
public
static setUpBeforeClass() : void
tearDown()
public
tearDown() : void
testDummyTestToAvoidPHPUnitWarning()
public
testDummyTestToAvoidPHPUnitWarning() : 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