r90013 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90012‎ | r90013 | r90014 >
Date:21:55, 13 June 2011
Author:demon
Status:ok
Tags:
Comment:
Rm some more completely incomplete tests. If you're not going to add the test, don't add to suite execution time by adding empty tests like this
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/FormOptionsTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/FormOptionsTest.php
@@ -97,154 +97,4 @@
9898 public function testGuessTypeOnNullThrowException() {
9999 $this->object->guessType( null );
100100 }
101 -
102 - /**
103 - * @todo Implement testValidateName().
104 - */
105 - public function testValidateName() {
106 - // Remove the following lines when you implement this test.
107 - $this->markTestIncomplete(
108 - 'This test has not been implemented yet.'
109 - );
110 - }
111 -
112 - /**
113 - * @todo Implement testSetValue().
114 - */
115 - public function testSetValue() {
116 - // Remove the following lines when you implement this test.
117 - $this->markTestIncomplete(
118 - 'This test has not been implemented yet.'
119 - );
120 - }
121 -
122 - /**
123 - * @todo Implement testGetValue().
124 - */
125 - public function testGetValue() {
126 - // Remove the following lines when you implement this test.
127 - $this->markTestIncomplete(
128 - 'This test has not been implemented yet.'
129 - );
130 - }
131 -
132 - /**
133 - * @todo Implement testReset().
134 - */
135 - public function testReset() {
136 - // Remove the following lines when you implement this test.
137 - $this->markTestIncomplete(
138 - 'This test has not been implemented yet.'
139 - );
140 - }
141 -
142 - /**
143 - * @todo Implement testConsumeValue().
144 - */
145 - public function testConsumeValue() {
146 - // Remove the following lines when you implement this test.
147 - $this->markTestIncomplete(
148 - 'This test has not been implemented yet.'
149 - );
150 - }
151 -
152 - /**
153 - * @todo Implement testConsumeValues().
154 - */
155 - public function testConsumeValues() {
156 - // Remove the following lines when you implement this test.
157 - $this->markTestIncomplete(
158 - 'This test has not been implemented yet.'
159 - );
160 - }
161 -
162 - /**
163 - * @todo Implement testValidateIntBounds().
164 - */
165 - public function testValidateIntBounds() {
166 - // Remove the following lines when you implement this test.
167 - $this->markTestIncomplete(
168 - 'This test has not been implemented yet.'
169 - );
170 - }
171 -
172 - /**
173 - * @todo Implement testGetUnconsumedValues().
174 - */
175 - public function testGetUnconsumedValues() {
176 - // Remove the following lines when you implement this test.
177 - $this->markTestIncomplete(
178 - 'This test has not been implemented yet.'
179 - );
180 - }
181 -
182 - /**
183 - * @todo Implement testGetChangedValues().
184 - */
185 - public function testGetChangedValues() {
186 - // Remove the following lines when you implement this test.
187 - $this->markTestIncomplete(
188 - 'This test has not been implemented yet.'
189 - );
190 - }
191 -
192 - /**
193 - * @todo Implement testGetAllValues().
194 - */
195 - public function testGetAllValues() {
196 - // Remove the following lines when you implement this test.
197 - $this->markTestIncomplete(
198 - 'This test has not been implemented yet.'
199 - );
200 - }
201 -
202 - /**
203 - * @todo Implement testFetchValuesFromRequest().
204 - */
205 - public function testFetchValuesFromRequest() {
206 - // Remove the following lines when you implement this test.
207 - $this->markTestIncomplete(
208 - 'This test has not been implemented yet.'
209 - );
210 - }
211 -
212 - /**
213 - * @todo Implement testOffsetExists().
214 - */
215 - public function testOffsetExists() {
216 - // Remove the following lines when you implement this test.
217 - $this->markTestIncomplete(
218 - 'This test has not been implemented yet.'
219 - );
220 - }
221 -
222 - /**
223 - * @todo Implement testOffsetGet().
224 - */
225 - public function testOffsetGet() {
226 - // Remove the following lines when you implement this test.
227 - $this->markTestIncomplete(
228 - 'This test has not been implemented yet.'
229 - );
230 - }
231 -
232 - /**
233 - * @todo Implement testOffsetSet().
234 - */
235 - public function testOffsetSet() {
236 - // Remove the following lines when you implement this test.
237 - $this->markTestIncomplete(
238 - 'This test has not been implemented yet.'
239 - );
240 - }
241 -
242 - /**
243 - * @todo Implement testOffsetUnset().
244 - */
245 - public function testOffsetUnset() {
246 - // Remove the following lines when you implement this test.
247 - $this->markTestIncomplete(
248 - 'This test has not been implemented yet.'
249 - );
250 - }
251101 }

Status & tagging log