as_get_scheduled_actions_Test
extends ActionScheduler_UnitTestCase
in package
Class as_get_scheduled_actions_Test
Table of Contents
- $existing_timezone : mixed
- $args : mixed
- $groups : mixed
- $hooks : mixed
- count() : int
- Counts the number of test cases executed by run(TestResult result).
- 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.
- setUp() : mixed
- test_args_queries() : mixed
- test_date_queries() : mixed
- test_group_queries() : mixed
- test_hook_queries() : mixed
Properties
$existing_timezone
protected
mixed
$existing_timezone
$args
private
mixed
$args
= array()
$groups
private
mixed
$groups
= array()
$hooks
private
mixed
$hooks
= array()
Methods
count()
Counts the number of test cases executed by run(TestResult result).
public
count() : int
Return values
int —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 —setUp()
public
setUp() : mixed
Return values
mixed —test_args_queries()
public
test_args_queries() : mixed
Return values
mixed —test_date_queries()
public
test_date_queries() : mixed
Return values
mixed —test_group_queries()
public
test_group_queries() : mixed
Return values
mixed —test_hook_queries()
public
test_hook_queries() : mixed