ActionScheduler_QueueRunner_Test
extends ActionScheduler_UnitTestCase
in package
Class ActionScheduler_QueueRunner_Test
Tags
Table of Contents
- $existing_timezone : mixed
- count() : int
- Counts the number of test cases executed by run(TestResult result).
- return_6() : 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_batch_count_limit() : mixed
- test_changing_batch_count_limit() : mixed
- test_completed_action_status() : mixed
- test_create_runner() : mixed
- test_hooked_into_wp_cron() : mixed
- test_next_instance_of_action() : mixed
- test_run() : mixed
- test_run_with_future_actions() : mixed
- test_store_fetch_action_failure_schedule_next_instance() : 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 —return_6()
public
return_6() : 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_batch_count_limit()
public
test_batch_count_limit() : mixed
Return values
mixed —test_changing_batch_count_limit()
public
test_changing_batch_count_limit() : mixed
Return values
mixed —test_completed_action_status()
public
test_completed_action_status() : mixed
Return values
mixed —test_create_runner()
public
test_create_runner() : mixed
Return values
mixed —test_hooked_into_wp_cron()
public
test_hooked_into_wp_cron() : mixed
Return values
mixed —test_next_instance_of_action()
public
test_next_instance_of_action() : mixed
Return values
mixed —test_run()
public
test_run() : mixed
Return values
mixed —test_run_with_future_actions()
public
test_run_with_future_actions() : mixed
Return values
mixed —test_store_fetch_action_failure_schedule_next_instance()
public
test_store_fetch_action_failure_schedule_next_instance() : mixed