Total Complexity | 8 |
Total Lines | 57 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class UtilityCest |
||
|
|||
10 | { |
||
11 | |||
12 | /** |
||
13 | * @param \FunctionalTester $I |
||
14 | */ |
||
15 | public function testGetInstance(FunctionalTester $I) |
||
16 | { |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @param \FunctionalTester $I |
||
21 | */ |
||
22 | public function testGetModuleOption(FunctionalTester $I) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param \FunctionalTester $I |
||
28 | */ |
||
29 | public function testGetWysiwygForm(FunctionalTester $I) |
||
30 | { |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param \FunctionalTester $I |
||
35 | */ |
||
36 | public function testJavascriptLinkConfirm(FunctionalTester $I) |
||
37 | { |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param \FunctionalTester $I |
||
42 | */ |
||
43 | public function testRedirect(FunctionalTester $I) |
||
44 | { |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * @param \FunctionalTester $I |
||
49 | */ |
||
50 | public function testGetModuleName(FunctionalTester $I) |
||
51 | { |
||
52 | } |
||
53 | |||
54 | /** |
||
55 | * @param \FunctionalTester $I |
||
56 | */ |
||
57 | public function testNeedsAsterisk(FunctionalTester $I) |
||
59 | } |
||
60 | |||
61 | /** |
||
62 | * @param \FunctionalTester $I |
||
63 | */ |
||
64 | public function testFormMarkRequiredFields(FunctionalTester $I) |
||
66 | } |
||
67 | } |
||
68 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.