mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove marker test case
This commit is contained in:
parent
a756d2b765
commit
25cba65c6e
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue