Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class FindThemeTest extends ThemeTestCase |
||
11 | { |
||
12 | /** |
||
13 | * Verifica se retorna a instância de Theme, consegue recuperar os dados de um tema existente. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function testGetExistingTheme() |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Verifica se retorna nulo quando t |
||
32 | * |
||
33 | * @return void |
||
34 | */ |
||
35 | public function testGetInexistingTheme() |
||
44 |