class TaskTest extends BaseUnitTest

Class CategoryTest

Properties

protected $tester
protected XFHelper $XFHelper
protected SystemTasksController $systemTasksController

Methods

_before()

No description

_inject(XFHelper $XFHelper)

No description

array
taskPropertiesProvider()

No description

void
testCheckTask(array $listProperties, array $taskProperties, string $expected)

No description

void
testInstanceIsAvailable()

Basic instance existence test

Details

at line 40
protected _before()

No description

Exceptions

ReflectionException

at line 33
_inject(XFHelper $XFHelper)

No description

Parameters

XFHelper $XFHelper

at line 87
array taskPropertiesProvider()

No description

Return Value

array

at line 64
void testCheckTask(array $listProperties, array $taskProperties, string $expected)

No description

Parameters

array $listProperties
array $taskProperties
string $expected

Return Value

void

Exceptions

Exception

at line 50
void testInstanceIsAvailable()

Basic instance existence test

Return Value

void

Exceptions

ExpectationFailedException