class WebTestCase extends AssemblyTestCase

Testklasse für Unit-Tests

Properties

protected Assembly $assembly from AssemblyTestCase

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

setupServerGlobals($method = 'get', $contentType = 'text/html')

No description

Details

in AssemblyTestCase 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 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

at line 49
protected setupServerGlobals($method = 'get', $contentType = 'text/html')

Parameters

$method
$contentType