class AssemblyTestCase extends TestCase

Testklasse für Unit-Tests

Properties

protected Assembly $assembly

Methods

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

at line 45
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 73
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