class TerminalTestCase extends TestCase

Testklasse für Unit-Tests

Properties

protected Assembly $assembly

Methods

TestCase
resetTerminal()

No description

TestCase
setTerminal(string $className)

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|null $class = null)

Setzt die interne Variable $this->assembly

Details

at line 41
protected TestCase resetTerminal()

Return Value

TestCase

at line 53
protected TestCase setTerminal(string $className)

Parameters

string $className

Return Value

TestCase

at line 67
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 95
protected TerminalTestCase setUpAssemblyObject(string $basePath = \ALVINE_UNITTEST_ASSEMBLYENVIRONMENT, string|null $class = null)

Setzt die interne Variable $this->assembly

Parameters

string $basePath
string|null $class

Return Value

TerminalTestCase