mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Scaffold two more test cases
This commit is contained in:
parent
b7f6c7df06
commit
4a0bb31866
|
@ -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…
Reference in a new issue