Scaffold two more test cases
This commit is contained in:
parent
b7f6c7df06
commit
4a0bb31866
1 changed files with 10 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue