Table of Contents
-
$_localeSwitched
: bool
-
$_pFormTranslation
: FormTranslation
-
dataProviderDE()
: array<string|int, mixed>
-
dataProviderUS()
: array<string|int, mixed>
-
prepare()
: mixed
-
set_up()
: mixed
-
set_up_before_class()
: mixed
-
tear_down()
: mixed
-
tear_down_after_class()
: mixed
-
testGetFormConfig()
: mixed
-
testGetPluralTranslationForFormDE()
: mixed
-
testGetPluralTranslationForFormUS()
: mixed
-
switchLocale()
: mixed
-
checkGetPluralTranslationForForm()
: mixed
$_localeSwitched
private
bool
$_localeSwitched
= false
private
FormTranslation
$_pFormTranslation
= null
dataProviderDE()
public
dataProviderDE() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
dataProviderUS()
public
dataProviderUS() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
prepare()
public
prepare() : mixed
-
before
-
Return values
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
—
public
testGetFormConfig() : mixed
Return values
mixed
—
public
testGetPluralTranslationForFormDE(string $formType, int $count, string $expectedWord) : mixed
Parameters
-
$formType
: string
-
-
$count
: int
-
-
$expectedWord
: string
-
-
dataProvider
-
Return values
mixed
—
public
testGetPluralTranslationForFormUS(string $formType, int $count, string $expectedWord) : mixed
Parameters
-
$formType
: string
-
-
$count
: int
-
-
$expectedWord
: string
-
-
dataProvider
-
Return values
mixed
—
switchLocale()
protected
switchLocale(string $newLocale) : mixed
Parameters
-
$newLocale
: string
-
-
global
-
-
throws
-
Exception
Return values
mixed
—
private
checkGetPluralTranslationForForm(string $formType, int $count, string $expectedWord) : mixed
Parameters
-
$formType
: string
-
-
$count
: int
-
-
$expectedWord
: string
-
Return values
mixed
—