procedural_api_Test
extends ActionScheduler_UnitTestCase
in package
Class procedural_api_Test
Table of Contents
- $existing_timezone : mixed
- count() : int
- Counts the number of test cases executed by run(TestResult result).
- provider_time_hook_args_group() : 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_as_get_datetime_object_default() : mixed
- test_as_get_datetime_object_fixed() : mixed
- test_as_get_datetime_object_relative() : mixed
- test_as_get_datetime_object_timezone() : mixed
- test_as_get_datetime_object_type() : mixed
- test_cron_schedule() : mixed
- test_get_next() : mixed
- test_recurring_action() : mixed
- test_schedule_action() : mixed
- test_unschedule() : mixed
- test_unschedule_all() : 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 —provider_time_hook_args_group()
public
provider_time_hook_args_group() : 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_as_get_datetime_object_default()
public
test_as_get_datetime_object_default() : mixed
Return values
mixed —test_as_get_datetime_object_fixed()
public
test_as_get_datetime_object_fixed() : mixed
Return values
mixed —test_as_get_datetime_object_relative()
public
test_as_get_datetime_object_relative() : mixed
Return values
mixed —test_as_get_datetime_object_timezone()
public
test_as_get_datetime_object_timezone() : mixed
Return values
mixed —test_as_get_datetime_object_type()
public
test_as_get_datetime_object_type() : mixed
Return values
mixed —test_cron_schedule()
public
test_cron_schedule() : mixed
Return values
mixed —test_get_next()
public
test_get_next() : mixed
Return values
mixed —test_recurring_action()
public
test_recurring_action() : mixed
Return values
mixed —test_schedule_action()
public
test_schedule_action() : mixed
Return values
mixed —test_unschedule()
public
test_unschedule(mixed $time, mixed $hook, mixed $args, mixed $group) : mixed
Parameters
- $time : mixed
- $hook : mixed
- $args : mixed
- $group : mixed
Tags
Return values
mixed —test_unschedule_all()
public
test_unschedule_all(mixed $time, mixed $hook, mixed $args, mixed $group) : mixed
Parameters
- $time : mixed
- $hook : mixed
- $args : mixed
- $group : mixed