ActionScheduler_UnitTestCase
extends WP_UnitTestCase
in package
Class ActionScheduler_UnitTestCase
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.
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 —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