Documentation

ActionScheduler_QueueCleaner_Test extends ActionScheduler_UnitTestCase
in package

Class ActionScheduler_QueueCleaner_Test

Table of Contents

$existing_timezone  : 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.
test_delete_canceled_actions()  : mixed
test_delete_old_actions()  : mixed
test_do_not_delete_recent_actions()  : mixed
test_do_not_reset_failed_action()  : mixed
test_reset_unrun_actions()  : 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

Search results