Scaffold two more test cases

This commit is contained in:
Marcus Moore 2023-12-07 11:00:26 -08:00
parent b7f6c7df06
commit 4a0bb31866
No known key found for this signature in database

View file

@ -92,6 +92,16 @@ class SavedReportTest extends TestCase
// ensure company's id is not returned
}
public function testGracefullyHandlesSingleSelectBecomingMultiSelect()
{
$this->markTestIncomplete();
}
public function testGracefullyHandlesMultiSelectBecomingSingleSelect()
{
$this->markTestIncomplete();
}
public function testDeletedCustomFieldsDoNotCauseAnIssue()
{
$this->markTestIncomplete();