Table of Contents
-
$_localeSwitched
: bool
-
getLabelsDE()
: array<string|int, mixed>
-
getLabelsUS()
: array<string|int, mixed>
-
set_up()
: mixed
-
set_up_before_class()
: mixed
-
tear_down()
: mixed
-
tear_down_after_class()
: mixed
-
testGetAllLabelsSingularDE()
: mixed
-
testGetAllLabelsSingularUS()
: mixed
-
testGetlabelSingularDE()
: mixed
-
testGetlabelSingularUS()
: mixed
-
switchLocale()
: mixed
$_localeSwitched
private
bool
$_localeSwitched
= false
getLabelsDE()
public
getLabelsDE() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getLabelsUS()
public
getLabelsUS() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
set_up()
public
set_up() : mixed
Return values
mixed
—
set_up_before_class()
public
static set_up_before_class() : mixed
Return values
mixed
—
tear_down()
public
tear_down() : mixed
Return values
mixed
—
tear_down_after_class()
public
static tear_down_after_class() : mixed
Return values
mixed
—
testGetAllLabelsSingularDE()
public
testGetAllLabelsSingularDE() : mixed
Return values
mixed
—
testGetAllLabelsSingularUS()
public
testGetAllLabelsSingularUS() : mixed
Return values
mixed
—
testGetlabelSingularDE()
public
testGetlabelSingularDE(string $input, string $expectation) : mixed
Parameters
-
$input
: string
-
-
$expectation
: string
-
-
dataProvider
-
Return values
mixed
—
testGetlabelSingularUS()
public
testGetlabelSingularUS(string $input, string $expectation) : mixed
Parameters
-
$input
: string
-
-
$expectation
: string
-
-
dataProvider
-
Return values
mixed
—
switchLocale()
protected
switchLocale(string $newLocale) : mixed
Parameters
-
$newLocale
: string
-
-
global
-
-
throws
-
Exception
Return values
mixed
—