Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_quotaTest.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:59.
4  */
5 class m_quotaTest extends PHPUnit_Framework_TestCase
6 {
7  /**
8  * @var m_quota
9  */
10  protected $object;
11 
12  /**
13  * Sets up the fixture, for example, opens a network connection.
14  * This method is called before a test is executed.
15  */
16  protected function setUp()
17  {
18  parent::setUp();
19  $this->object = new m_quota;
20  }
21 
22  /**
23  * Tears down the fixture, for example, closes a network connection.
24  * This method is called after a test is executed.
25  */
26  protected function tearDown()
27  {
29  }
30 
31  /**
32  * @covers m_quota::hook_menu
33  * @todo Implement testHook_menu().
34  */
35  public function testHook_menu()
36  {
37  // Remove the following lines when you implement this test.
38  $this->markTestIncomplete(
39  'This test has not been implemented yet.'
40  );
41  }
42 
43  /**
44  * @covers m_quota::cancreate
45  * @todo Implement testCancreate().
46  */
47  public function testCancreate()
48  {
49  // Remove the following lines when you implement this test.
50  $this->markTestIncomplete(
51  'This test has not been implemented yet.'
52  );
53  }
54 
55  /**
56  * @covers m_quota::qlist
57  * @todo Implement testQlist().
58  */
59  public function testQlist()
60  {
61  // Remove the following lines when you implement this test.
62  $this->markTestIncomplete(
63  'This test has not been implemented yet.'
64  );
65  }
66 
67  /**
68  * @covers m_quota::synchronise_user_profile
69  * @todo Implement testSynchronise_user_profile().
70  */
71  public function testSynchronise_user_profile()
72  {
73  // Remove the following lines when you implement this test.
74  $this->markTestIncomplete(
75  'This test has not been implemented yet.'
76  );
77  }
78 
79  /**
80  * @covers m_quota::create_missing_quota_profile
81  * @todo Implement testCreate_missing_quota_profile().
82  */
84  {
85  // Remove the following lines when you implement this test.
86  $this->markTestIncomplete(
87  'This test has not been implemented yet.'
88  );
89  }
90 
91  /**
92  * @covers m_quota::getquota
93  * @todo Implement testGetquota().
94  */
95  public function testGetquota()
96  {
97  // Remove the following lines when you implement this test.
98  $this->markTestIncomplete(
99  'This test has not been implemented yet.'
100  );
101  }
102 
103  /**
104  * @covers m_quota::setquota
105  * @todo Implement testSetquota().
106  */
107  public function testSetquota()
108  {
109  // Remove the following lines when you implement this test.
110  $this->markTestIncomplete(
111  'This test has not been implemented yet.'
112  );
113  }
114 
115  /**
116  * @covers m_quota::delquotas
117  * @todo Implement testDelquotas().
118  */
119  public function testDelquotas()
120  {
121  // Remove the following lines when you implement this test.
122  $this->markTestIncomplete(
123  'This test has not been implemented yet.'
124  );
125  }
126 
127  /**
128  * @covers m_quota::getdefaults
129  * @todo Implement testGetdefaults().
130  */
131  public function testGetdefaults()
132  {
133  // Remove the following lines when you implement this test.
134  $this->markTestIncomplete(
135  'This test has not been implemented yet.'
136  );
137  }
138 
139  /**
140  * @covers m_quota::setdefaults
141  * @todo Implement testSetdefaults().
142  */
143  public function testSetdefaults()
144  {
145  // Remove the following lines when you implement this test.
146  $this->markTestIncomplete(
147  'This test has not been implemented yet.'
148  );
149  }
150 
151  /**
152  * @covers m_quota::addtype
153  * @todo Implement testAddtype().
154  */
155  public function testAddtype()
156  {
157  // Remove the following lines when you implement this test.
158  $this->markTestIncomplete(
159  'This test has not been implemented yet.'
160  );
161  }
162 
163  /**
164  * @covers m_quota::listtype
165  * @todo Implement testListtype().
166  */
167  public function testListtype()
168  {
169  // Remove the following lines when you implement this test.
170  $this->markTestIncomplete(
171  'This test has not been implemented yet.'
172  );
173  }
174 
175  /**
176  * @covers m_quota::deltype
177  * @todo Implement testDeltype().
178  */
179  public function testDeltype()
180  {
181  // Remove the following lines when you implement this test.
182  $this->markTestIncomplete(
183  'This test has not been implemented yet.'
184  );
185  }
186 
187  /**
188  * @covers m_quota::addquotas
189  * @todo Implement testAddquotas().
190  */
191  public function testAddquotas()
192  {
193  // Remove the following lines when you implement this test.
194  $this->markTestIncomplete(
195  'This test has not been implemented yet.'
196  );
197  }
198 
199  /**
200  * @covers m_quota::display_val
201  * @todo Implement testDisplay_val().
202  */
203  public function testDisplay_val()
204  {
205  // Remove the following lines when you implement this test.
206  $this->markTestIncomplete(
207  'This test has not been implemented yet.'
208  );
209  }
210 
211  /**
212  * @covers m_quota::_get_sum_sql
213  * @todo Implement test_get_sum_sql().
214  */
215  public function test_get_sum_sql()
216  {
217  // Remove the following lines when you implement this test.
218  $this->markTestIncomplete(
219  'This test has not been implemented yet.'
220  );
221  }
222 
223  /**
224  * @covers m_quota::_get_count_sql
225  * @todo Implement test_get_count_sql().
226  */
227  public function test_get_count_sql()
228  {
229  // Remove the following lines when you implement this test.
230  $this->markTestIncomplete(
231  'This test has not been implemented yet.'
232  );
233  }
234 
235  /**
236  * @covers m_quota::_get_size_and_record_sql
237  * @todo Implement test_get_size_and_record_sql().
238  */
240  {
241  // Remove the following lines when you implement this test.
242  $this->markTestIncomplete(
243  'This test has not been implemented yet.'
244  );
245  }
246 
247  /**
248  * @covers m_quota::get_size_web_sum_all
249  * @todo Implement testGet_size_web_sum_all().
250  */
251  public function testGet_size_web_sum_all()
252  {
253  // Remove the following lines when you implement this test.
254  $this->markTestIncomplete(
255  'This test has not been implemented yet.'
256  );
257  }
258 
259  /**
260  * @covers m_quota::get_size_web_sum_user
261  * @todo Implement testGet_size_web_sum_user().
262  */
263  public function testGet_size_web_sum_user()
264  {
265  // Remove the following lines when you implement this test.
266  $this->markTestIncomplete(
267  'This test has not been implemented yet.'
268  );
269  }
270 
271  /**
272  * @covers m_quota::get_size_mail_sum_all
273  * @todo Implement testGet_size_mail_sum_all().
274  */
275  public function testGet_size_mail_sum_all()
276  {
277  // Remove the following lines when you implement this test.
278  $this->markTestIncomplete(
279  'This test has not been implemented yet.'
280  );
281  }
282 
283  /**
284  * @covers m_quota::get_size_mail_sum_domain
285  * @todo Implement testGet_size_mail_sum_domain().
286  */
288  {
289  // Remove the following lines when you implement this test.
290  $this->markTestIncomplete(
291  'This test has not been implemented yet.'
292  );
293  }
294 
295  /**
296  * @covers m_quota::get_size_mail_count_all
297  * @todo Implement testGet_size_mail_count_all().
298  */
299  public function testGet_size_mail_count_all()
300  {
301  // Remove the following lines when you implement this test.
302  $this->markTestIncomplete(
303  'This test has not been implemented yet.'
304  );
305  }
306 
307  /**
308  * @covers m_quota::get_size_mail_count_domain
309  * @todo Implement testGet_size_mail_count_domain().
310  */
312  {
313  // Remove the following lines when you implement this test.
314  $this->markTestIncomplete(
315  'This test has not been implemented yet.'
316  );
317  }
318 
319  /**
320  * @covers m_quota::get_size_mail_details_domain
321  * @todo Implement testGet_size_mail_details_domain().
322  */
324  {
325  // Remove the following lines when you implement this test.
326  $this->markTestIncomplete(
327  'This test has not been implemented yet.'
328  );
329  }
330 
331  /**
332  * @covers m_quota::get_size_mailman_sum_all
333  * @todo Implement testGet_size_mailman_sum_all().
334  */
336  {
337  // Remove the following lines when you implement this test.
338  $this->markTestIncomplete(
339  'This test has not been implemented yet.'
340  );
341  }
342 
343  /**
344  * @covers m_quota::get_size_mailman_sum_domain
345  * @todo Implement testGet_size_mailman_sum_domain().
346  */
348  {
349  // Remove the following lines when you implement this test.
350  $this->markTestIncomplete(
351  'This test has not been implemented yet.'
352  );
353  }
354 
355  /**
356  * @covers m_quota::get_size_mailman_sum_user
357  * @todo Implement testGet_size_mailman_sum_user().
358  */
360  {
361  // Remove the following lines when you implement this test.
362  $this->markTestIncomplete(
363  'This test has not been implemented yet.'
364  );
365  }
366 
367  /**
368  * @covers m_quota::get_size_mailman_count_all
369  * @todo Implement testGet_size_mailman_count_all().
370  */
372  {
373  // Remove the following lines when you implement this test.
374  $this->markTestIncomplete(
375  'This test has not been implemented yet.'
376  );
377  }
378 
379  /**
380  * @covers m_quota::get_size_mailman_count_user
381  * @todo Implement testGet_size_mailman_count_user().
382  */
384  {
385  // Remove the following lines when you implement this test.
386  $this->markTestIncomplete(
387  'This test has not been implemented yet.'
388  );
389  }
390 
391  /**
392  * @covers m_quota::get_size_mailman_details_user
393  * @todo Implement testGet_size_mailman_details_user().
394  */
396  {
397  // Remove the following lines when you implement this test.
398  $this->markTestIncomplete(
399  'This test has not been implemented yet.'
400  );
401  }
402 
403  /**
404  * @covers m_quota::get_size_db_sum_all
405  * @todo Implement testGet_size_db_sum_all().
406  */
407  public function testGet_size_db_sum_all()
408  {
409  // Remove the following lines when you implement this test.
410  $this->markTestIncomplete(
411  'This test has not been implemented yet.'
412  );
413  }
414 
415  /**
416  * @covers m_quota::get_size_db_sum_user
417  * @todo Implement testGet_size_db_sum_user().
418  */
419  public function testGet_size_db_sum_user()
420  {
421  // Remove the following lines when you implement this test.
422  $this->markTestIncomplete(
423  'This test has not been implemented yet.'
424  );
425  }
426 
427  /**
428  * @covers m_quota::get_size_db_count_all
429  * @todo Implement testGet_size_db_count_all().
430  */
431  public function testGet_size_db_count_all()
432  {
433  // Remove the following lines when you implement this test.
434  $this->markTestIncomplete(
435  'This test has not been implemented yet.'
436  );
437  }
438 
439  /**
440  * @covers m_quota::get_size_db_count_user
441  * @todo Implement testGet_size_db_count_user().
442  */
443  public function testGet_size_db_count_user()
444  {
445  // Remove the following lines when you implement this test.
446  $this->markTestIncomplete(
447  'This test has not been implemented yet.'
448  );
449  }
450 
451  /**
452  * @covers m_quota::get_size_db_details_user
453  * @todo Implement testGet_size_db_details_user().
454  */
456  {
457  // Remove the following lines when you implement this test.
458  $this->markTestIncomplete(
459  'This test has not been implemented yet.'
460  );
461  }
462 
463  /**
464  * @covers m_quota::get_size_unit
465  * @todo Implement testGet_size_unit().
466  */
467  public function testGet_size_unit()
468  {
469  // Remove the following lines when you implement this test.
470  $this->markTestIncomplete(
471  'This test has not been implemented yet.'
472  );
473  }
474 
475  /**
476  * @covers m_quota::quota_displaybar
477  * @todo Implement testQuota_displaybar().
478  */
479  public function testQuota_displaybar()
480  {
481  // Remove the following lines when you implement this test.
482  $this->markTestIncomplete(
483  'This test has not been implemented yet.'
484  );
485  }
486 
487  /**
488  * @covers m_quota::hook_admin_del_member
489  * @todo Implement testHook_admin_del_member().
490  */
491  public function testHook_admin_del_member()
492  {
493  // Remove the following lines when you implement this test.
494  $this->markTestIncomplete(
495  'This test has not been implemented yet.'
496  );
497  }
498 
499  /**
500  * @covers m_quota::hook_admin_add_member
501  * @todo Implement testHook_admin_add_member().
502  */
503  public function testHook_admin_add_member()
504  {
505  // Remove the following lines when you implement this test.
506  $this->markTestIncomplete(
507  'This test has not been implemented yet.'
508  );
509  }
510 
511  /**
512  * @covers m_quota::alternc_export_conf
513  * @todo Implement testAlternc_export_conf().
514  */
515  public function testAlternc_export_conf()
516  {
517  // Remove the following lines when you implement this test.
518  $this->markTestIncomplete(
519  'This test has not been implemented yet.'
520  );
521  }
522 }