class ConsoleTestCase extends AssemblyTestCase

Testklasse für Unit-Tests

Properties

protected Assembly $assembly from AssemblyTestCase

Methods

void
tearDown()

No description

type
getFacilityMock(type $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, type $class = \Alvine\Application\Util\Development\DummyAssembly::class)

No description

setUpAssemblyObject(string $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, string $class = \Alvine\Application\Util\Development\DummyAssembly::class)

Setzt die interne Variable $this->assembly

Details

in AssemblyTestCase at line 43
void tearDown()

Return Value

void

in AssemblyTestCase at line 57
protected type getFacilityMock(type $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, type $class = \Alvine\Application\Util\Development\DummyAssembly::class)

Parameters

type $basePath
type $class

Return Value

type

at line 42
protected AssemblyTestCase setUpAssemblyObject(string $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, string $class = \Alvine\Application\Util\Development\DummyAssembly::class)

Setzt die interne Variable $this->assembly

Parameters

string $basePath
string $class

Return Value

AssemblyTestCase