class CrmControllerTest extends BaseUnitTest

Properties

protected $tester

Methods

_before()

Executed before every test method

array
alternativeProvider()

No description

testAlternativeSubstitution($inputs, $expected)

No description

testInstanceIsAvailable()

No description

void
testStaticTextReplacement()

Simple test to ensure the replace_contact_vars and render_static_field methods properly replace contact variables and static-text-templates.

Details

at line 21
_before()

Executed before every test method

Exceptions

ReflectionException

at line 36
array alternativeProvider()

No description

Return Value

array [['inputs'],['outputs']]

at line 57
testAlternativeSubstitution($inputs, $expected)

No description

Parameters

$inputs
$expected

Exceptions

ExpectationFailedException

at line 28
testInstanceIsAvailable()

No description

at line 71
void testStaticTextReplacement()

Simple test to ensure the replace_contact_vars and render_static_field methods properly replace contact variables and static-text-templates.

Return Value

void