Skip to content

Commit d83d41d

Browse files
committed
removed unneccessary todos
1 parent a5cf7ee commit d83d41d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/PHP/CodeCoverage/Report/NodeTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class DefaultNode extends PHP_CodeCoverage_Report_Node
7979
*/
8080
public function getClasses()
8181
{
82-
// TODO: Implement getClasses() method.
8382
}
8483

8584
/**
@@ -89,7 +88,6 @@ public function getClasses()
8988
*/
9089
public function getTraits()
9190
{
92-
// TODO: Implement getTraits() method.
9391
}
9492

9593
/**
@@ -99,7 +97,6 @@ public function getTraits()
9997
*/
10098
public function getFunctions()
10199
{
102-
// TODO: Implement getFunctions() method.
103100
}
104101

105102
/**
@@ -109,7 +106,6 @@ public function getFunctions()
109106
*/
110107
public function getLinesOfCode()
111108
{
112-
// TODO: Implement getLinesOfCode() method.
113109
}
114110

115111
/**
@@ -119,7 +115,6 @@ public function getLinesOfCode()
119115
*/
120116
public function getNumExecutableLines()
121117
{
122-
// TODO: Implement getNumExecutableLines() method.
123118
}
124119

125120
/**
@@ -129,7 +124,6 @@ public function getNumExecutableLines()
129124
*/
130125
public function getNumExecutedLines()
131126
{
132-
// TODO: Implement getNumExecutedLines() method.
133127
}
134128

135129
/**
@@ -139,7 +133,6 @@ public function getNumExecutedLines()
139133
*/
140134
public function getNumClasses()
141135
{
142-
// TODO: Implement getNumClasses() method.
143136
}
144137

145138
/**
@@ -149,7 +142,6 @@ public function getNumClasses()
149142
*/
150143
public function getNumTestedClasses()
151144
{
152-
// TODO: Implement getNumTestedClasses() method.
153145
}
154146

155147
/**
@@ -159,7 +151,6 @@ public function getNumTestedClasses()
159151
*/
160152
public function getNumTraits()
161153
{
162-
// TODO: Implement getNumTraits() method.
163154
}
164155

165156
/**
@@ -169,7 +160,6 @@ public function getNumTraits()
169160
*/
170161
public function getNumTestedTraits()
171162
{
172-
// TODO: Implement getNumTestedTraits() method.
173163
}
174164

175165
/**
@@ -179,7 +169,6 @@ public function getNumTestedTraits()
179169
*/
180170
public function getNumMethods()
181171
{
182-
// TODO: Implement getNumMethods() method.
183172
}
184173

185174
/**
@@ -189,7 +178,6 @@ public function getNumMethods()
189178
*/
190179
public function getNumTestedMethods()
191180
{
192-
// TODO: Implement getNumTestedMethods() method.
193181
}
194182

195183
/**
@@ -199,7 +187,6 @@ public function getNumTestedMethods()
199187
*/
200188
public function getNumFunctions()
201189
{
202-
// TODO: Implement getNumFunctions() method.
203190
}
204191

205192
/**
@@ -209,7 +196,6 @@ public function getNumFunctions()
209196
*/
210197
public function getNumTestedFunctions()
211198
{
212-
// TODO: Implement getNumTestedFunctions() method.
213199
}
214200

215201
/**
@@ -223,6 +209,5 @@ public function getNumTestedFunctions()
223209
*/
224210
public function count()
225211
{
226-
// TODO: Implement count() method.
227212
}
228213
}

0 commit comments

Comments
 (0)