PHP Class tad\WPBrowser\Iterators\Filters\SetupTearDownQueriesFilterTest

Inheritance: extends Codeception\TestCase\Test
Datei anzeigen Open project: lucatume/wp-browser

Protected Properties

Property Type Description
$array array
$backupGlobals
$tester UnitTester

Public Methods

Method Description
it_should_be_instantiatable ( )
it_should_filter_out_wp_test_case_set_up_method_generated_queries ( )
it_should_filter_out_wp_test_case_tear_down_method_generated_queries ( )
it_should_return_empty_array_if_only_queries_are_from_set_up_and_tear_down_methods ( )
it_should_return_empty_array_when_filtering_empty_array ( )

Protected Methods

Method Description
_after ( )
_before ( )

Private Methods

Method Description
make_instance ( )

Method Details

_after() protected method

protected _after ( )

_before() protected method

protected _before ( )

it_should_be_instantiatable() public method

it_should_filter_out_wp_test_case_set_up_method_generated_queries() public method

it_should_filter_out_wp_test_case_tear_down_method_generated_queries() public method

it_should_return_empty_array_if_only_queries_are_from_set_up_and_tear_down_methods() public method

it_should_return_empty_array_when_filtering_empty_array() public method

Property Details

$array protected_oe property

protected array $array
return array

$backupGlobals protected_oe property

protected $backupGlobals

$tester protected_oe property

protected UnitTester $tester
return UnitTester