Completed
Push — master ( 663a06...123975 )
by Robbie
02:38
created

ElementFormTests   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
dl 0
loc 4
rs 10
c 1
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A testFormDisplaysInCMS() 0 2 1
1
<?php
2
3
namespace DNADesign\ElementalUserForms\Tests;
4
5
use SilverStripe\Dev\SapphireTest;
6
7
class ElementFormTests extends SapphireTest
8
{
9
    public function testFormDisplaysInCMS()
10
    {
11
        // @todo
12
    }
13
}
14