diff --git a/tests/Unit/Models/ReportTemplates/ReportTemplateActivityLoggingTest.php b/tests/Unit/Models/ReportTemplates/ReportTemplateActivityLoggingTest.php index 49929a9b07..f1b6baa51e 100644 --- a/tests/Unit/Models/ReportTemplates/ReportTemplateActivityLoggingTest.php +++ b/tests/Unit/Models/ReportTemplates/ReportTemplateActivityLoggingTest.php @@ -38,6 +38,11 @@ class ReportTemplateActivityLoggingTest extends TestCase ]); } + public function testLogEntryForCreatingReportTemplateCanBeDisplayed() + { + $this->markTestIncomplete('Updates to ActionlogsTransformer needed'); + } + public function testUpdatingReportTemplateIsLogged() { $reportTemplate = ReportTemplate::factory()->create([ @@ -132,11 +137,21 @@ class ReportTemplateActivityLoggingTest extends TestCase ]); } + public function testLogEntryForUpdatingReportTemplateCanBeDisplayedCorrectly() + { + $this->markTestIncomplete(); + } + public function testDeletingReportTemplateIsLogged() { $this->markTestIncomplete(); } + public function testLogEntryForDeletingReportTemplateCanBeDisplayedCorrectly() + { + $this->markTestIncomplete(); + } + public function testLogsScopedProperly() { $this->markTestIncomplete();