ActionScheduler_wpPostStore_Test
extends ActionScheduler_UnitTestCase
in package
Class ActionScheduler_wpPostStore_Test
Tags
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
$existing_timezone
protected
mixed
$existing_timezone
Methods
count()
Counts the number of test cases executed by run(TestResult result).
public
count() : int
Return values
int —provide_bad_args()
public
provide_bad_args() : mixed
Return values
mixed —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
Return values
mixed —test_cancel_action()
public
test_cancel_action() : mixed
Return values
mixed —test_claim_actions()
public
test_claim_actions() : mixed
Return values
mixed —test_claim_actions_by_group()
public
test_claim_actions_by_group() : mixed
Tags
Return values
mixed —test_claim_actions_by_hook_and_group()
public
test_claim_actions_by_hook_and_group() : mixed
Return values
mixed —test_claim_actions_by_hooks()
public
test_claim_actions_by_hooks() : mixed
Return values
mixed —test_claim_actions_order()
public
test_claim_actions_order() : mixed
Return values
mixed —test_create_action()
public
test_create_action() : mixed
Return values
mixed —test_create_action_with_scheduled_date()
public
test_create_action_with_scheduled_date() : mixed
Return values
mixed —test_duplicate_claim()
public
test_duplicate_claim() : mixed
Return values
mixed —test_get_run_date()
public
test_get_run_date() : mixed
Return values
mixed —test_get_status()
public
test_get_status() : mixed
Return values
mixed —test_post_author()
public
test_post_author() : mixed
Return values
mixed —test_post_status_for_recurring_action()
public
test_post_status_for_recurring_action() : mixed
Tags
Return values
mixed —test_release_claim()
public
test_release_claim() : mixed
Return values
mixed —test_retrieve_action()
public
test_retrieve_action() : mixed
Return values
mixed —test_search()
public
test_search() : mixed
Return values
mixed —test_search_by_group()
public
test_search_by_group() : mixed