From 137193ab121901cdd0b13033653d6ec0df1a2948 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 2 Jan 2024 17:44:22 -0800 Subject: [PATCH] Remove duplicate test --- tests/Unit/ReportTemplateTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/Unit/ReportTemplateTest.php b/tests/Unit/ReportTemplateTest.php index 0caebae04..074fe2464 100644 --- a/tests/Unit/ReportTemplateTest.php +++ b/tests/Unit/ReportTemplateTest.php @@ -11,8 +11,6 @@ class ReportTemplateTest extends TestCase { public function testParsingValuesOnNonExistentReportTemplate() { - // $this->markTestIncomplete(); - $unsavedTemplate = new ReportTemplate; // 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. } - 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() { $this->markTestIncomplete();