Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ExistsThemeTest extends ThemeTestCase |
||
11 | { |
||
12 | /** |
||
13 | * Verifica se o tema existe na base, depois do comando de criação |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function testExistsTheme() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Verifica se o tema existe na base, sem ele não ter criado |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function testNotExistsTheme() |
||
41 | } |
||
42 | } |