Jobby\Tests\ScheduleCheckerTest::test_it_can_detect_a_non_due_job_from_a_datetime_string PHP Method

test_it_can_detect_a_non_due_job_from_a_datetime_string() public method

    public function test_it_can_detect_a_non_due_job_from_a_datetime_string()
    {
        $this->assertFalse($this->scheduleChecker->isDue(date('Y-m-d H:i:s', strtotime('tomorrow'))));
    }