Bug #22232
closedUnit test failures in scheduler if the extension is not installed
0%
Description
If I uninstall all system extensions except for the required ones (lang, cms, sv), I get some test failures.
These tests should automatically get skipped if the corresponding extension is not installed.
Testsuite: tx_scheduler_croncmd_testcase
isDayListCorrectForOneDayOfMonth
! Error in test case isDayListCorrectForOneDayOfMonth
in file /home/klee/eclipse/typo3_src/t3lib/class.t3lib_div.php
on line 4935:
Message:
Class tx_scheduler_cronCmd does not exist
isDayListCorrectForListOfDayOfMonth
! Error in test case isDayListCorrectForListOfDayOfMonth
in file /home/klee/eclipse/typo3_src/t3lib/class.t3lib_div.php
on line 4935:
Message:
Class tx_scheduler_cronCmd does not exist
isDayListCorrectForRangeOfDayOfMonth
! Error in test case isDayListCorrectForRangeOfDayOfMonth
in file /home/klee/eclipse/typo3_src/t3lib/class.t3lib_div.php
on line 4935:
Message:
Class tx_scheduler_cronCmd does not exist
isDayListCorrectForOneDayOfWeek
! Error in test case isDayListCorrectForOneDayOfWeek
in file /home/klee/eclipse/typo3_src/t3lib/class.t3lib_div.php
on line 4935:
Message:
Class tx_scheduler_cronCmd does not exist
isDayListCorrectForCombinationOfDayOfMonthAndDayOfWeek
! Error in test case isDayListCorrectForCombinationOfDayOfMonthAndDayOfWeek
in file /home/klee/eclipse/typo3_src/t3lib/class.t3lib_div.php
on line 4935:
Message:
Class tx_scheduler_cronCmd does not exist
(issue imported from #M13737)
Files