#!/usr/bin/env php gen(0); su('admin'); $todoTest = new todoTest(); r($todoTest->handleCycleConfigTest('day')) && p('type') && e('day'); r($todoTest->handleCycleConfigTest('week')) && p('type') && e('week'); r($todoTest->handleCycleConfigTest('month')) && p('type') && e('month'); r($todoTest->handleCycleConfigTest('day_empty_beforedays')) && p('beforeDays') && e('0'); r($todoTest->handleCycleConfigTest('day_with_beforedays')) && p('beforeDays') && e('3');