PHP Class Jobby\Tests\ScheduleCheckerTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Datei anzeigen Open project: hellogerard/jobby

Public Methods

Method Description
test_it_can_detect_a_due_job_from_a_cron_expression ( ) : void
test_it_can_detect_a_due_job_from_a_datetime_string ( ) : void
test_it_can_detect_a_non_due_job_from_a_cron_expression ( ) : void
test_it_can_detect_a_non_due_job_from_a_datetime_string ( ) : void

Protected Methods

Method Description
setUp ( ) : void

Method Details

setUp() protected method

protected setUp ( ) : void
return void

test_it_can_detect_a_due_job_from_a_cron_expression() public method

test_it_can_detect_a_due_job_from_a_datetime_string() public method

test_it_can_detect_a_non_due_job_from_a_cron_expression() public method

test_it_can_detect_a_non_due_job_from_a_datetime_string() public method