ServerUtilTest
extends UtilTestAbstract
in package
FinalYes
Table of Contents
Constants
- CACERT = __DIR__ . '/cacert.pem'
Properties
Methods
-
dataGetUriFromGlobals()
: array<string, array{0: string, 1: array
}> - testCreateServerRequestFromGlobals() : void
- testCreateUriFromGlobals() : void
- testNormalizeFilesInvalidValueException() : void
- testNormalizeMultipleFiles() : void
- setUp() : void
Constants
CACERT
protected
mixed
CACERT
= __DIR__ . '/cacert.pem'
Properties
$server
private
ServerUtil
$server
Methods
dataGetUriFromGlobals()
public
static dataGetUriFromGlobals() : array<string, array{0: string, 1: array}>
Return values
array<string, array{0: string, 1: arraytestCreateServerRequestFromGlobals()
public
testCreateServerRequestFromGlobals() : void
testCreateUriFromGlobals()
public
testCreateUriFromGlobals(string $expected, array<string, scalar|null> $serverParams) : void
Parameters
- $expected : string
- $serverParams : array<string, scalar|null>
Attributes
- #[DataProvider]
- 'dataGetUriFromGlobals'
testNormalizeFilesInvalidValueException()
public
testNormalizeFilesInvalidValueException() : void
testNormalizeMultipleFiles()
public
testNormalizeMultipleFiles() : void
setUp()
protected
setUp() : void