Alternc  latest
Alternc logiel libre pour l'hébergement
m_memTest.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 use PHPUnit\Framework\TestCase;
6 
7 class m_memTest extends TestCase
8 {
9  /**
10  * @var m_mem
11  */
12  protected $object;
13 
14  /**
15  * Sets up the fixture, for example, opens a network connection.
16  * This method is called before a test is executed.
17  */
18  protected function setUp()
19  {
20  parent::setUp();
21  $this->object = new m_mem;
22  }
23 
24  /**
25  * Tears down the fixture, for example, closes a network connection.
26  * This method is called after a test is executed.
27  */
28  protected function tearDown()
29  {
30  parent::tearDown();
31  }
32 
33  /**
34  * @covers m_mem::alternc_password_policy
35  * @todo Implement testAlternc_password_policy().
36  */
37  public function testAlternc_password_policy()
38  {
39  // Remove the following lines when you implement this test.
40  $this->markTestIncomplete(
41  'This test has not been implemented yet.'
42  );
43  }
44 
45  /**
46  * @covers m_mem::hook_menu
47  * @todo Implement testHook_menu().
48  */
49  public function testHook_menu()
50  {
51  // Remove the following lines when you implement this test.
52  $this->markTestIncomplete(
53  'This test has not been implemented yet.'
54  );
55  }
56 
57  /**
58  * @covers m_mem::checkright
59  * @todo Implement testCheckright().
60  */
61  public function testCheckright()
62  {
63  // Remove the following lines when you implement this test.
64  $this->markTestIncomplete(
65  'This test has not been implemented yet.'
66  );
67  }
68 
69  /**
70  * @covers m_mem::login
71  * @todo Implement testLogin().
72  */
73  public function testLogin()
74  {
75  // Remove the following lines when you implement this test.
76  $this->markTestIncomplete(
77  'This test has not been implemented yet.'
78  );
79  }
80 
81  /**
82  * @covers m_mem::setid
83  * @todo Implement testSetid().
84  */
85  public function testSetid()
86  {
87  // Remove the following lines when you implement this test.
88  $this->markTestIncomplete(
89  'This test has not been implemented yet.'
90  );
91  }
92 
93  /**
94  * @covers m_mem::resetlast
95  * @todo Implement testResetlast().
96  */
97  public function testResetlast()
98  {
99  // Remove the following lines when you implement this test.
100  $this->markTestIncomplete(
101  'This test has not been implemented yet.'
102  );
103  }
104 
105  /**
106  * @covers m_mem::authip_token
107  * @todo Implement testAuthip_token().
108  */
109  public function testAuthip_token()
110  {
111  // Remove the following lines when you implement this test.
112  $this->markTestIncomplete(
113  'This test has not been implemented yet.'
114  );
115  }
116 
117  /**
118  * @covers m_mem::authip_tokencheck
119  * @todo Implement testAuthip_tokencheck().
120  */
121  public function testAuthip_tokencheck()
122  {
123  // Remove the following lines when you implement this test.
124  $this->markTestIncomplete(
125  'This test has not been implemented yet.'
126  );
127  }
128 
129  /**
130  * @covers m_mem::checkid
131  * @todo Implement testCheckid().
132  */
133  public function testCheckid()
134  {
135  // Remove the following lines when you implement this test.
136  $this->markTestIncomplete(
137  'This test has not been implemented yet.'
138  );
139  }
140 
141  /**
142  * @covers m_mem::su
143  * @todo Implement testSu().
144  */
145  public function testSu()
146  {
147  // Remove the following lines when you implement this test.
148  $this->markTestIncomplete(
149  'This test has not been implemented yet.'
150  );
151  }
152 
153  /**
154  * @covers m_mem::unsu
155  * @todo Implement testUnsu().
156  */
157  public function testUnsu()
158  {
159  // Remove the following lines when you implement this test.
160  $this->markTestIncomplete(
161  'This test has not been implemented yet.'
162  );
163  }
164 
165  /**
166  * @covers m_mem::del_session
167  * @todo Implement testDel_session().
168  */
169  public function testDel_session()
170  {
171  // Remove the following lines when you implement this test.
172  $this->markTestIncomplete(
173  'This test has not been implemented yet.'
174  );
175  }
176 
177  /**
178  * @covers m_mem::passwd
179  * @todo Implement testPasswd().
180  */
181  public function testPasswd()
182  {
183  // Remove the following lines when you implement this test.
184  $this->markTestIncomplete(
185  'This test has not been implemented yet.'
186  );
187  }
188 
189  /**
190  * @covers m_mem::adminpref
191  * @todo Implement testAdminpref().
192  */
193  public function testAdminpref()
194  {
195  // Remove the following lines when you implement this test.
196  $this->markTestIncomplete(
197  'This test has not been implemented yet.'
198  );
199  }
200 
201  /**
202  * @covers m_mem::send_pass
203  * @todo Implement testSend_pass().
204  */
205  public function testSend_pass()
206  {
207  // Remove the following lines when you implement this test.
208  $this->markTestIncomplete(
209  'This test has not been implemented yet.'
210  );
211  }
212 
213  /**
214  * @covers m_mem::ChangeMail1
215  * @todo Implement testChangeMail1().
216  */
217  public function testChangeMail1()
218  {
219  // Remove the following lines when you implement this test.
220  $this->markTestIncomplete(
221  'This test has not been implemented yet.'
222  );
223  }
224 
225  /**
226  * @covers m_mem::ChangeMail2
227  * @todo Implement testChangeMail2().
228  */
229  public function testChangeMail2()
230  {
231  // Remove the following lines when you implement this test.
232  $this->markTestIncomplete(
233  'This test has not been implemented yet.'
234  );
235  }
236 
237  /**
238  * @covers m_mem::set_help_param
239  * @todo Implement testSet_help_param().
240  */
241  public function testSet_help_param()
242  {
243  // Remove the following lines when you implement this test.
244  $this->markTestIncomplete(
245  'This test has not been implemented yet.'
246  );
247  }
248 
249  /**
250  * @covers m_mem::get_help_param
251  * @todo Implement testGet_help_param().
252  */
253  public function testGet_help_param()
254  {
255  // Remove the following lines when you implement this test.
256  $this->markTestIncomplete(
257  'This test has not been implemented yet.'
258  );
259  }
260 
261  /**
262  * @covers m_mem::show_help
263  * @todo Implement testShow_help().
264  */
265  public function testShow_help()
266  {
267  // Remove the following lines when you implement this test.
268  $this->markTestIncomplete(
269  'This test has not been implemented yet.'
270  );
271  }
272 
273  /**
274  * @covers m_mem::get_creator_by_uid
275  * @todo Implement testGet_creator_by_uid().
276  */
277  public function testGet_creator_by_uid()
278  {
279  // Remove the following lines when you implement this test.
280  $this->markTestIncomplete(
281  'This test has not been implemented yet.'
282  );
283  }
284 
285  /**
286  * @covers m_mem::alternc_export_conf
287  * @todo Implement testAlternc_export_conf().
288  */
289  public function testAlternc_export_conf()
290  {
291  // Remove the following lines when you implement this test.
292  $this->markTestIncomplete(
293  'This test has not been implemented yet.'
294  );
295  }
296 
297  /**
298  * @covers m_mem::session_tempo_params_get
299  * @todo Implement testSession_tempo_params_get().
300  */
302  {
303  // Remove the following lines when you implement this test.
304  $this->markTestIncomplete(
305  'This test has not been implemented yet.'
306  );
307  }
308 
309  /**
310  * @covers m_mem::session_tempo_params_set
311  * @todo Implement testSession_tempo_params_set().
312  */
314  {
315  // Remove the following lines when you implement this test.
316  $this->markTestIncomplete(
317  'This test has not been implemented yet.'
318  );
319  }
320 }
This class manage user sessions in the web desktop.
Definition: m_mem.php:28
testAlternc_export_conf()
@covers m_mem::alternc_export_conf
Definition: m_memTest.php:289
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_memTest.php:28
testLogin()
@covers m_mem::login
Definition: m_memTest.php:73
testPasswd()
@covers m_mem::passwd
Definition: m_memTest.php:181
testSet_help_param()
@covers m_mem::set_help_param
Definition: m_memTest.php:241
testSu()
@covers m_mem::su
Definition: m_memTest.php:145
testGet_help_param()
@covers m_mem::get_help_param
Definition: m_memTest.php:253
testSession_tempo_params_set()
@covers m_mem::session_tempo_params_set
Definition: m_memTest.php:313
testUnsu()
@covers m_mem::unsu
Definition: m_memTest.php:157
testAuthip_token()
@covers m_mem::authip_token
Definition: m_memTest.php:109
testAlternc_password_policy()
@covers m_mem::alternc_password_policy
Definition: m_memTest.php:37
testCheckid()
@covers m_mem::checkid
Definition: m_memTest.php:133
testSend_pass()
@covers m_mem::send_pass
Definition: m_memTest.php:205
testShow_help()
@covers m_mem::show_help
Definition: m_memTest.php:265
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_memTest.php:18
testCheckright()
@covers m_mem::checkright
Definition: m_memTest.php:61
testDel_session()
@covers m_mem::del_session
Definition: m_memTest.php:169
testChangeMail2()
@covers m_mem::ChangeMail2
Definition: m_memTest.php:229
testAdminpref()
@covers m_mem::adminpref
Definition: m_memTest.php:193
testAuthip_tokencheck()
@covers m_mem::authip_tokencheck
Definition: m_memTest.php:121
testHook_menu()
@covers m_mem::hook_menu
Definition: m_memTest.php:49
testSetid()
@covers m_mem::setid
Definition: m_memTest.php:85
testGet_creator_by_uid()
@covers m_mem::get_creator_by_uid
Definition: m_memTest.php:277
testResetlast()
@covers m_mem::resetlast
Definition: m_memTest.php:97
testChangeMail1()
@covers m_mem::ChangeMail1
Definition: m_memTest.php:217
testSession_tempo_params_get()
@covers m_mem::session_tempo_params_get
Definition: m_memTest.php:301