Documentation

ActionScheduler_wpPostStore_Test extends ActionScheduler_UnitTestCase
in package

Class ActionScheduler_wpPostStore_Test

Tags
group

stores

Table of Contents

$existing_timezone  : mixed
count()  : int
Counts the number of test cases executed by run(TestResult result).
provide_bad_args()  : mixed
run()  : mixed
We want to run every test multiple times using a different timezone to make sure that they are unaffected by changes to PHP's timezone.
test_action_bad_args()  : mixed
test_cancel_action()  : mixed
test_claim_actions()  : mixed
test_claim_actions_by_group()  : mixed
test_claim_actions_by_hook_and_group()  : mixed
test_claim_actions_by_hooks()  : mixed
test_claim_actions_order()  : mixed
test_create_action()  : mixed
test_create_action_with_scheduled_date()  : mixed
test_duplicate_claim()  : mixed
test_get_run_date()  : mixed
test_get_status()  : mixed
test_post_author()  : mixed
test_post_status_for_recurring_action()  : mixed
test_release_claim()  : mixed
test_retrieve_action()  : mixed
test_search()  : mixed
test_search_by_group()  : mixed

Properties

Methods

run()

We want to run every test multiple times using a different timezone to make sure that they are unaffected by changes to PHP's timezone.

public run([PHPUnit_Framework_TestResult $result = NULL ]) : mixed
Parameters
$result : PHPUnit_Framework_TestResult = NULL
Return values
mixed

test_action_bad_args()

public test_action_bad_args(string $content) : mixed
Parameters
$content : string
Tags
dataProvider

provide_bad_args

Return values
mixed

Search results