Remove duplicate test

This commit is contained in:
Marcus Moore 2024-01-02 17:44:22 -08:00
parent fcef60445c
commit 137193ab12
No known key found for this signature in database

View file

@ -11,8 +11,6 @@ class ReportTemplateTest extends TestCase
{ {
public function testParsingValuesOnNonExistentReportTemplate() public function testParsingValuesOnNonExistentReportTemplate()
{ {
// $this->markTestIncomplete();
$unsavedTemplate = new ReportTemplate; $unsavedTemplate = new ReportTemplate;
// checkmarkValue() // checkmarkValue()
@ -205,14 +203,6 @@ class ReportTemplateTest extends TestCase
// I'm not sure how helpful that is, and it would probably be a future feature if implemented. // I'm not sure how helpful that is, and it would probably be a future feature if implemented.
} }
public function testReportTemplateHasDefaultValuesSet()
{
$this->markTestIncomplete();
// Quick thought: I think deleted_assets should be set to null so that
// "Exclude Deleted Assets" is selected when using a new'd up ReportTemplate.
}
public function testOldValuesStillWorkAfterTheseChanges() public function testOldValuesStillWorkAfterTheseChanges()
{ {
$this->markTestIncomplete(); $this->markTestIncomplete();