TestClassFieldsCollectionBuilder
extends WP_UnitTestCase
Table of Contents
-
$_exampleRows
: array<string|int, mixed>
-
$_pSubject
: FieldsCollectionBuilder
-
prepare()
: mixed
-
testBuildFieldsCollection()
: mixed
$_exampleRows
private
array<string|int, mixed>
$_exampleRows
= ['testField1' => ['label' => 'testField Label', 'module' => 'address', 'content' => 'Stammdaten', 'permittedvalues' => [], 'type' => 'varchar', 'rangefield' => false], 'testField2' => ['label' => 'testField2 Label', 'module' => 'estate', 'content' => 'Technische-Angaben', 'permittedvalues' => [], 'type' => 'varchar', 'rangefield' => false]]
$_pSubject
private
FieldsCollectionBuilder
$_pSubject
= null
prepare()
public
prepare() : mixed
-
before
-
Return values
mixed
—
testBuildFieldsCollection()
public
testBuildFieldsCollection() : mixed
Return values
mixed
—