onOffice WP Plugin

TestClassFormTranslation extends WP_UnitTest_Localized
in package

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

Properties

Methods

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>

tear_down_after_class()

public static tear_down_after_class() : mixed
Return values
mixed

testGetPluralTranslationForFormDE()

public testGetPluralTranslationForFormDE(string $formType, int $count, string $expectedWord) : mixed
Parameters
$formType : string
$count : int
$expectedWord : string
Tags
dataProvider

dataProviderDE

Return values
mixed

testGetPluralTranslationForFormUS()

public testGetPluralTranslationForFormUS(string $formType, int $count, string $expectedWord) : mixed
Parameters
$formType : string
$count : int
$expectedWord : string
Tags
dataProvider

dataProviderUS

Return values
mixed

switchLocale()

protected switchLocale(string $newLocale) : mixed
Parameters
$newLocale : string
Tags
global

array $l10n

throws
Exception
Return values
mixed

checkGetPluralTranslationForForm()

private checkGetPluralTranslationForForm(string $formType, int $count, string $expectedWord) : mixed
Parameters
$formType : string
$count : int
$expectedWord : string
Return values
mixed

Search results