Remove duplicate test
This commit is contained in:
parent
fcef60445c
commit
137193ab12
1 changed files with 0 additions and 10 deletions
|
@ -11,8 +11,6 @@ class ReportTemplateTest extends TestCase
|
|||
{
|
||||
public function testParsingValuesOnNonExistentReportTemplate()
|
||||
{
|
||||
// $this->markTestIncomplete();
|
||||
|
||||
$unsavedTemplate = new ReportTemplate;
|
||||
|
||||
// checkmarkValue()
|
||||
|
@ -205,14 +203,6 @@ class ReportTemplateTest extends TestCase
|
|||
// I'm not sure how helpful that is, and it would probably be a future feature if implemented.
|
||||
}
|
||||
|
||||
public function testReportTemplateHasDefaultValuesSet()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
|
||||
// Quick thought: I think deleted_assets should be set to null so that
|
||||
// "Exclude Deleted Assets" is selected when using a new'd up ReportTemplate.
|
||||
}
|
||||
|
||||
public function testOldValuesStillWorkAfterTheseChanges()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
|
|
Loading…
Add table
Reference in a new issue