Remove marker test case

This commit is contained in:
Marcus Moore 2024-01-02 18:14:50 -08:00
parent a756d2b765
commit 25cba65c6e
No known key found for this signature in database

View file

@ -191,18 +191,6 @@ class ReportTemplateTest extends TestCase
// @todo: Determine behavior...shoudl we return the first value?
}
public function testDateRangesAreNotStored()
{
$this->markTestIncomplete();
// This might not be a test we implement, but it's a place to ask a question:
// Should we be saving and restoring date ranges?
// A use-case I can see is running a report at the end of the month for the date ranges for that month.
// Maybe it's better to leave those off so users are gently prompted to enter the ranges for each run?
// Another option would be to have checkbox that asks the user if they would like to save the dates?
// I'm not sure how helpful that is, and it would probably be a future feature if implemented.
}
public function testOldValuesStillWorkAfterTheseChanges()
{
$this->markTestIncomplete();