Alternc  latest
Alternc logiel libre pour l'hébergement
m_mailTest.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:58.
4  */
5 class m_mailTest extends AlterncTest
6 {
7  /**
8  * @var m_mail
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_mail;
20  }
21 
22  /**
23  * @return PHPUnit_Extensions_Database_DataSet_IDataSet
24  */
25  public function getDataSet()
26  {
27  return parent::loadDataSet("domaines.yml");
28  }
29 
30 
31  /**
32  * Tears down the fixture, for example, closes a network connection.
33  * This method is called after a test is executed.
34  */
35  protected function tearDown()
36  {
37  parent::tearDown();
38  }
39 
40  /**
41  * @covers m_mail::hook_menu
42  * @todo Implement testHook_menu().
43  */
44  public function testHook_menu()
45  {
46  // Remove the following lines when you implement this test.
47  $this->markTestIncomplete(
48  'This test has not been implemented yet.'
49  );
50  }
51 
52  /**
53  * @covers m_mail::get_total_size_for_domain
54  * @todo Implement testGet_total_size_for_domain().
55  */
57  {
58  // Remove the following lines when you implement this test.
59  $this->markTestIncomplete(
60  'This test has not been implemented yet.'
61  );
62  }
63 
64  /**
65  * @covers m_mail::catchall_getinfos
66  * @todo Implement testCatchall_getinfos().
67  */
68  public function testCatchall_getinfos()
69  {
70  // Remove the following lines when you implement this test.
71  $this->markTestIncomplete(
72  'This test has not been implemented yet.'
73  );
74  }
75 
76  /**
77  * @covers m_mail::catchall_del
78  * @todo Implement testCatchall_del().
79  */
80  public function testCatchall_del()
81  {
82  // Remove the following lines when you implement this test.
83  $this->markTestIncomplete(
84  'This test has not been implemented yet.'
85  );
86  }
87 
88  /**
89  * @covers m_mail::catchall_set
90  * @todo Implement testCatchall_set().
91  */
92  public function testCatchall_set()
93  {
94  // Remove the following lines when you implement this test.
95  $this->markTestIncomplete(
96  'This test has not been implemented yet.'
97  );
98  }
99 
100  /**
101  * @covers m_mail::hook_quota_get
102  * @todo Implement testHook_quota_get().
103  */
104  public function testHook_quota_get()
105  {
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  * @covers m_mail::alternc_password_policy
114  * @todo Implement testAlternc_password_policy().
115  */
116  public function testAlternc_password_policy()
117  {
118  // Remove the following lines when you implement this test.
119  $this->markTestIncomplete(
120  'This test has not been implemented yet.'
121  );
122  }
123 
124  /**
125  * @covers m_mail::enum_domains
126  * @todo Implement testEnum_domains().
127  */
128  public function testEnum_domains()
129  {
130  // Remove the following lines when you implement this test.
131  $this->markTestIncomplete(
132  'This test has not been implemented yet.'
133  );
134  }
135 
136  /**
137  * @covers m_mail::available
138  * @todo Implement testAvailable().
139  */
140  public function testAvailable()
141  {
142  // Remove the following lines when you implement this test.
143  $this->markTestIncomplete(
144  'This test has not been implemented yet.'
145  );
146  }
147 
148  /**
149  * @covers m_mail::enum_domain_mails
150  * @todo Implement testEnum_domain_mails().
151  */
152  public function testEnum_domain_mails()
153  {
154  // Remove the following lines when you implement this test.
155  $this->markTestIncomplete(
156  'This test has not been implemented yet.'
157  );
158  }
159 
160  /**
161  * @covers m_mail::hook_mail_get_details
162  * @todo Implement testHook_mail_get_details().
163  */
164  public function testHook_mail_get_details()
165  {
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  * @covers m_mail::create
174  * @todo Implement testCreate().
175  */
176  public function testCreate()
177  {
178  // Remove the following lines when you implement this test.
179  $this->markTestIncomplete(
180  'This test has not been implemented yet.'
181  );
182  }
183 
184  /**
185  * @covers m_mail::get_details
186  * @todo Implement testGet_details().
187  */
188  public function testGet_details()
189  {
190  // Remove the following lines when you implement this test.
191  $this->markTestIncomplete(
192  'This test has not been implemented yet.'
193  );
194  }
195 
196  /**
197  * @covers m_mail::is_it_my_mail
198  * @todo Implement testIs_it_my_mail().
199  */
200  public function testIs_it_my_mail()
201  {
202  // Remove the following lines when you implement this test.
203  $this->markTestIncomplete(
204  'This test has not been implemented yet.'
205  );
206  }
207 
208  /**
209  * @covers m_mail::hook_dom_del_mx_domain
210  * @todo Implement testHook_dom_del_mx_domain().
211  */
212  public function testHook_dom_del_mx_domain()
213  {
214  // Remove the following lines when you implement this test.
215  $this->markTestIncomplete(
216  'This test has not been implemented yet.'
217  );
218  }
219 
220  /**
221  * @covers m_mail::get_account_by_mail_id
222  * @todo Implement testGet_account_by_mail_id().
223  */
224  public function testGet_account_by_mail_id()
225  {
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  * @covers m_mail::delete
234  * @todo Implement testDelete().
235  */
236  public function testDelete()
237  {
238  // Remove the following lines when you implement this test.
239  $this->markTestIncomplete(
240  'This test has not been implemented yet.'
241  );
242  }
243 
244  /**
245  * @covers m_mail::undelete
246  * @todo Implement testUndelete().
247  */
248  public function testUndelete()
249  {
250  // Remove the following lines when you implement this test.
251  $this->markTestIncomplete(
252  'This test has not been implemented yet.'
253  );
254  }
255 
256  /**
257  * @covers m_mail::set_passwd
258  * @todo Implement testSet_passwd().
259  */
260  public function testSet_passwd()
261  {
262  // Remove the following lines when you implement this test.
263  $this->markTestIncomplete(
264  'This test has not been implemented yet.'
265  );
266  }
267 
268  /**
269  * @covers m_mail::enable
270  * @todo Implement testEnable().
271  */
272  public function testEnable()
273  {
274  // Remove the following lines when you implement this test.
275  $this->markTestIncomplete(
276  'This test has not been implemented yet.'
277  );
278  }
279 
280  /**
281  * @covers m_mail::disable
282  * @todo Implement testDisable().
283  */
284  public function testDisable()
285  {
286  // Remove the following lines when you implement this test.
287  $this->markTestIncomplete(
288  'This test has not been implemented yet.'
289  );
290  }
291 
292  /**
293  * @covers m_mail::set_details
294  * @todo Implement testSet_details().
295  */
296  public function testSet_details()
297  {
298  // Remove the following lines when you implement this test.
299  $this->markTestIncomplete(
300  'This test has not been implemented yet.'
301  );
302  }
303 
304  /**
305  * @covers m_mail::add_wrapper
306  * @todo Implement testAdd_wrapper().
307  */
308  public function testAdd_wrapper()
309  {
310  // Remove the following lines when you implement this test.
311  $this->markTestIncomplete(
312  'This test has not been implemented yet.'
313  );
314  }
315 
316  /**
317  * @covers m_mail::create_alias
318  * @todo Implement testCreate_alias().
319  */
320  public function testCreate_alias()
321  {
322  // Test #1580
323  $this->markTestIncomplete(
324  'This test has not been implemented yet.'
325  );
326  }
327 
328  /**
329  * @covers m_mail::del_wrapper
330  * @todo Implement testDel_wrapper().
331  */
332  public function testDel_wrapper()
333  {
334  // Remove the following lines when you implement this test.
335  $this->markTestIncomplete(
336  'This test has not been implemented yet.'
337  );
338  }
339 
340  /**
341  * @covers m_mail::alternc_export_conf
342  * @todo Implement testAlternc_export_conf().
343  */
344  public function testAlternc_export_conf()
345  {
346  // Remove the following lines when you implement this test.
347  $this->markTestIncomplete(
348  'This test has not been implemented yet.'
349  );
350  }
351 
352  /**
353  * @covers m_mail::enum_slave_account
354  * @todo Implement testEnum_slave_account().
355  */
356  public function testEnum_slave_account()
357  {
358  // Remove the following lines when you implement this test.
359  $this->markTestIncomplete(
360  'This test has not been implemented yet.'
361  );
362  }
363 
364  /**
365  * @covers m_mail::check_slave_account
366  * @todo Implement testCheck_slave_account().
367  */
368  public function testCheck_slave_account()
369  {
370  // Remove the following lines when you implement this test.
371  $this->markTestIncomplete(
372  'This test has not been implemented yet.'
373  );
374  }
375 
376  /**
377  * @covers m_mail::echo_domain_list
378  * @todo Implement testEcho_domain_list().
379  */
380  public function testEcho_domain_list()
381  {
382  // Remove the following lines when you implement this test.
383  $this->markTestIncomplete(
384  'This test has not been implemented yet.'
385  );
386  }
387 
388  /**
389  * @covers m_mail::add_slave_account
390  * @todo Implement testAdd_slave_account().
391  */
392  public function testAdd_slave_account()
393  {
394  // Remove the following lines when you implement this test.
395  $this->markTestIncomplete(
396  'This test has not been implemented yet.'
397  );
398  }
399 
400  /**
401  * @covers m_mail::del_slave_account
402  * @todo Implement testDel_slave_account().
403  */
404  public function testDel_slave_account()
405  {
406  // Remove the following lines when you implement this test.
407  $this->markTestIncomplete(
408  'This test has not been implemented yet.'
409  );
410  }
411 
412  /**
413  * @covers m_mail::hook_dom_add_slave_domain
414  * @todo Implement testHook_dom_add_slave_domain().
415  */
417  {
418  // Remove the following lines when you implement this test.
419  $this->markTestIncomplete(
420  'This test has not been implemented yet.'
421  );
422  }
423 
424  /**
425  * @covers m_mail::hook_dom_add_mx_domain
426  * @todo Implement testHook_dom_add_mx_domain().
427  */
428  public function testHook_dom_add_mx_domain()
429  {
430  // Remove the following lines when you implement this test.
431  $this->markTestIncomplete(
432  'This test has not been implemented yet.'
433  );
434  }
435 
436 }
This class handle emails (pop and/or aliases and even wrapper for internal classes) of hosted users.
Definition: m_mail.php:32
Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58.
Definition: m_mailTest.php:6
testAdd_slave_account()
@covers m_mail::add_slave_account
Definition: m_mailTest.php:392
testHook_quota_get()
@covers m_mail::hook_quota_get
Definition: m_mailTest.php:104
testCatchall_set()
@covers m_mail::catchall_set
Definition: m_mailTest.php:92
testHook_dom_add_mx_domain()
@covers m_mail::hook_dom_add_mx_domain
Definition: m_mailTest.php:428
testDel_wrapper()
@covers m_mail::del_wrapper
Definition: m_mailTest.php:332
testUndelete()
@covers m_mail::undelete
Definition: m_mailTest.php:248
testHook_dom_add_slave_domain()
@covers m_mail::hook_dom_add_slave_domain
Definition: m_mailTest.php:416
testCatchall_del()
@covers m_mail::catchall_del
Definition: m_mailTest.php:80
testEnum_slave_account()
@covers m_mail::enum_slave_account
Definition: m_mailTest.php:356
testSet_details()
@covers m_mail::set_details
Definition: m_mailTest.php:296
testEnum_domain_mails()
@covers m_mail::enum_domain_mails
Definition: m_mailTest.php:152
testAlternc_password_policy()
@covers m_mail::alternc_password_policy
Definition: m_mailTest.php:116
testEnum_domains()
@covers m_mail::enum_domains
Definition: m_mailTest.php:128
testSet_passwd()
@covers m_mail::set_passwd
Definition: m_mailTest.php:260
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_mailTest.php:16
testCreate_alias()
@covers m_mail::create_alias
Definition: m_mailTest.php:320
testAlternc_export_conf()
@covers m_mail::alternc_export_conf
Definition: m_mailTest.php:344
testCheck_slave_account()
@covers m_mail::check_slave_account
Definition: m_mailTest.php:368
testGet_total_size_for_domain()
@covers m_mail::get_total_size_for_domain
Definition: m_mailTest.php:56
testAdd_wrapper()
@covers m_mail::add_wrapper
Definition: m_mailTest.php:308
testGet_account_by_mail_id()
@covers m_mail::get_account_by_mail_id
Definition: m_mailTest.php:224
testHook_dom_del_mx_domain()
@covers m_mail::hook_dom_del_mx_domain
Definition: m_mailTest.php:212
testHook_menu()
@covers m_mail::hook_menu
Definition: m_mailTest.php:44
testGet_details()
@covers m_mail::get_details
Definition: m_mailTest.php:188
testCatchall_getinfos()
@covers m_mail::catchall_getinfos
Definition: m_mailTest.php:68
testAvailable()
@covers m_mail::available
Definition: m_mailTest.php:140
testDisable()
@covers m_mail::disable
Definition: m_mailTest.php:284
testEnable()
@covers m_mail::enable
Definition: m_mailTest.php:272
testEcho_domain_list()
@covers m_mail::echo_domain_list
Definition: m_mailTest.php:380
testIs_it_my_mail()
@covers m_mail::is_it_my_mail
Definition: m_mailTest.php:200
testCreate()
@covers m_mail::create
Definition: m_mailTest.php:176
testHook_mail_get_details()
@covers m_mail::hook_mail_get_details
Definition: m_mailTest.php:164
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_mailTest.php:35
testDelete()
@covers m_mail::delete
Definition: m_mailTest.php:236
testDel_slave_account()
@covers m_mail::del_slave_account
Definition: m_mailTest.php:404