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

setUpConsoleAssemblyObject(string $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, string $class = \Alvine\Application\Util\Development\DummyConsole::class)

Setzt die interne Variable $this->assembly

Details

in AssemblyTestCase at line 41
void tearDown()

Return Value

void

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

Parameters

type $basePath
type $class

Return Value

type

in AssemblyTestCase at line 83
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

at line 40
protected ConsoleTestCase setUpConsoleAssemblyObject(string $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, string $class = \Alvine\Application\Util\Development\DummyConsole::class)

Setzt die interne Variable $this->assembly

Parameters

string $basePath
string $class

Return Value

ConsoleTestCase