Remove marker test case
This commit is contained in:
parent
a756d2b765
commit
25cba65c6e
1 changed files with 0 additions and 12 deletions
|
@ -191,18 +191,6 @@ class ReportTemplateTest extends TestCase
|
||||||
// @todo: Determine behavior...shoudl we return the first value?
|
// @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()
|
public function testOldValuesStillWorkAfterTheseChanges()
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete();
|
$this->markTestIncomplete();
|
||||||
|
|
Loading…
Add table
Reference in a new issue