TestClassDefaultFilterBuilderListViewAddress
extends WP_UnitTestCase
Table of Contents
-
EXPECTED_RESULT
= ['homepage_veroeffentlichen' => [['op' => '=', 'val' => 1]], 'Plz' => [['op' => 'in', 'val' => [52068, 52070, 52072]]], 'ArtDaten' => [['op' => 'in', 'val' => ['Interessent_Kauf']], ['op' => 'not in', 'val' => ['Makler']]]]
-
POST_FIELDS_FITLER
= ['Plz' => [['op' => 'in', 'val' => [52068, 52070, 52072]]], 'ArtDaten' => [['op' => 'in', 'val' => ['Interessent_Kauf']], ['op' => 'not in', 'val' => ['Makler']]]]
-
$_pCompoundFields
: MockObject
-
$_pFieldsCollectionBuilderShort
: MockObject
-
$_pFilterBuilderInputVariables
: FilterBuilderInputVariables
-
prepare()
: mixed
-
testBuildFilter()
: mixed
-
testWrongModule()
: mixed
EXPECTED_RESULT
public
mixed
EXPECTED_RESULT
= ['homepage_veroeffentlichen' => [['op' => '=', 'val' => 1]], 'Plz' => [['op' => 'in', 'val' => [52068, 52070, 52072]]], 'ArtDaten' => [['op' => 'in', 'val' => ['Interessent_Kauf']], ['op' => 'not in', 'val' => ['Makler']]]]
POST_FIELDS_FITLER
public
mixed
POST_FIELDS_FITLER
= ['Plz' => [['op' => 'in', 'val' => [52068, 52070, 52072]]], 'ArtDaten' => [['op' => 'in', 'val' => ['Interessent_Kauf']], ['op' => 'not in', 'val' => ['Makler']]]]
$_pCompoundFields
private
MockObject
$_pCompoundFields
$_pFieldsCollectionBuilderShort
private
MockObject
$_pFieldsCollectionBuilderShort
private
FilterBuilderInputVariables
$_pFilterBuilderInputVariables
= null
prepare()
public
prepare() : mixed
-
before
-
Return values
mixed
—
testBuildFilter()
public
testBuildFilter() : mixed
Return values
mixed
—
testWrongModule()
public
testWrongModule() : mixed
Return values
mixed
—