CC-5651: Unit Test the Scheduler
Typo
This commit is contained in:
parent
78120a69e8
commit
b2cff12569
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ require_once "TestHelper.php";
|
||||||
* All dates in the xml files are hard coded and in the year 2016
|
* All dates in the xml files are hard coded and in the year 2016
|
||||||
* It would have been nice to use 'PHPUnit/Extensions/Database/DataSet/ReplacementDataSet.php'
|
* It would have been nice to use 'PHPUnit/Extensions/Database/DataSet/ReplacementDataSet.php'
|
||||||
* to be able to use variables in the xml dataset files so dates can be relative. This proved
|
* to be able to use variables in the xml dataset files so dates can be relative. This proved
|
||||||
* not practical for Airtime; For repeating shows, the start times are always varing and would
|
* not practical for Airtime; For repeating shows, the start times are always varying and would
|
||||||
* require functions that calculate the start and end dates, and the next populate date. The
|
* require functions that calculate the start and end dates, and the next populate date. The
|
||||||
* tests would be performing the same work as the application and require tests themselves.
|
* tests would be performing the same work as the application and require tests themselves.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue