mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Scaffold test cases
This commit is contained in:
parent
930ef3fd11
commit
59e6874a4a
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue