Alternc  latest
Alternc logiel libre pour l'hébergement
m_memTest Class Reference
+ Inheritance diagram for m_memTest:

Public Member Functions

 testAlternc_password_policy ()
 @covers m_mem::alternc_password_policy More...
 
 testHook_menu ()
 @covers m_mem::hook_menu More...
 
 testCheckright ()
 @covers m_mem::checkright More...
 
 testLogin ()
 @covers m_mem::login More...
 
 testSetid ()
 @covers m_mem::setid More...
 
 testResetlast ()
 @covers m_mem::resetlast More...
 
 testAuthip_token ()
 @covers m_mem::authip_token More...
 
 testAuthip_tokencheck ()
 @covers m_mem::authip_tokencheck More...
 
 testCheckid ()
 @covers m_mem::checkid More...
 
 testSu ()
 @covers m_mem::su More...
 
 testUnsu ()
 @covers m_mem::unsu More...
 
 testDel_session ()
 @covers m_mem::del_session More...
 
 testPasswd ()
 @covers m_mem::passwd More...
 
 testAdminpref ()
 @covers m_mem::adminpref More...
 
 testSend_pass ()
 @covers m_mem::send_pass More...
 
 testChangeMail1 ()
 @covers m_mem::ChangeMail1 More...
 
 testChangeMail2 ()
 @covers m_mem::ChangeMail2 More...
 
 testSet_help_param ()
 @covers m_mem::set_help_param More...
 
 testGet_help_param ()
 @covers m_mem::get_help_param More...
 
 testShow_help ()
 @covers m_mem::show_help More...
 
 testGet_creator_by_uid ()
 @covers m_mem::get_creator_by_uid More...
 
 testAlternc_export_conf ()
 @covers m_mem::alternc_export_conf More...
 
 testSession_tempo_params_get ()
 @covers m_mem::session_tempo_params_get More...
 
 testSession_tempo_params_set ()
 @covers m_mem::session_tempo_params_set More...
 

Protected Member Functions

 setUp ()
 Sets up the fixture, for example, opens a network connection. More...
 
 tearDown ()
 Tears down the fixture, for example, closes a network connection. More...
 

Protected Attributes

 $object
 

Detailed Description

Definition at line 7 of file m_memTest.php.

Member Function Documentation

◆ setUp()

m_memTest::setUp ( )
protected

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Definition at line 18 of file m_memTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_mem;
22  }
This class manage user sessions in the web desktop.
Definition: m_mem.php:28

◆ tearDown()

m_memTest::tearDown ( )
protected

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Definition at line 28 of file m_memTest.php.

29  {
30  parent::tearDown();
31  }

◆ testAdminpref()

m_memTest::testAdminpref ( )

@covers m_mem::adminpref

Todo:
Implement testAdminpref().

Definition at line 193 of file m_memTest.php.

194  {
195  // Remove the following lines when you implement this test.
196  $this->markTestIncomplete(
197  'This test has not been implemented yet.'
198  );
199  }

◆ testAlternc_export_conf()

m_memTest::testAlternc_export_conf ( )

@covers m_mem::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 289 of file m_memTest.php.

290  {
291  // Remove the following lines when you implement this test.
292  $this->markTestIncomplete(
293  'This test has not been implemented yet.'
294  );
295  }

◆ testAlternc_password_policy()

m_memTest::testAlternc_password_policy ( )

@covers m_mem::alternc_password_policy

Todo:
Implement testAlternc_password_policy().

Definition at line 37 of file m_memTest.php.

38  {
39  // Remove the following lines when you implement this test.
40  $this->markTestIncomplete(
41  'This test has not been implemented yet.'
42  );
43  }

◆ testAuthip_token()

m_memTest::testAuthip_token ( )

@covers m_mem::authip_token

Todo:
Implement testAuthip_token().

Definition at line 109 of file m_memTest.php.

110  {
111  // Remove the following lines when you implement this test.
112  $this->markTestIncomplete(
113  'This test has not been implemented yet.'
114  );
115  }

◆ testAuthip_tokencheck()

m_memTest::testAuthip_tokencheck ( )

@covers m_mem::authip_tokencheck

Todo:
Implement testAuthip_tokencheck().

Definition at line 121 of file m_memTest.php.

122  {
123  // Remove the following lines when you implement this test.
124  $this->markTestIncomplete(
125  'This test has not been implemented yet.'
126  );
127  }

◆ testChangeMail1()

m_memTest::testChangeMail1 ( )

@covers m_mem::ChangeMail1

Todo:
Implement testChangeMail1().

Definition at line 217 of file m_memTest.php.

218  {
219  // Remove the following lines when you implement this test.
220  $this->markTestIncomplete(
221  'This test has not been implemented yet.'
222  );
223  }

◆ testChangeMail2()

m_memTest::testChangeMail2 ( )

@covers m_mem::ChangeMail2

Todo:
Implement testChangeMail2().

Definition at line 229 of file m_memTest.php.

230  {
231  // Remove the following lines when you implement this test.
232  $this->markTestIncomplete(
233  'This test has not been implemented yet.'
234  );
235  }

◆ testCheckid()

m_memTest::testCheckid ( )

@covers m_mem::checkid

Todo:
Implement testCheckid().

Definition at line 133 of file m_memTest.php.

134  {
135  // Remove the following lines when you implement this test.
136  $this->markTestIncomplete(
137  'This test has not been implemented yet.'
138  );
139  }

◆ testCheckright()

m_memTest::testCheckright ( )

@covers m_mem::checkright

Todo:
Implement testCheckright().

Definition at line 61 of file m_memTest.php.

62  {
63  // Remove the following lines when you implement this test.
64  $this->markTestIncomplete(
65  'This test has not been implemented yet.'
66  );
67  }

◆ testDel_session()

m_memTest::testDel_session ( )

@covers m_mem::del_session

Todo:
Implement testDel_session().

Definition at line 169 of file m_memTest.php.

170  {
171  // Remove the following lines when you implement this test.
172  $this->markTestIncomplete(
173  'This test has not been implemented yet.'
174  );
175  }

◆ testGet_creator_by_uid()

m_memTest::testGet_creator_by_uid ( )

@covers m_mem::get_creator_by_uid

Todo:
Implement testGet_creator_by_uid().

Definition at line 277 of file m_memTest.php.

278  {
279  // Remove the following lines when you implement this test.
280  $this->markTestIncomplete(
281  'This test has not been implemented yet.'
282  );
283  }

◆ testGet_help_param()

m_memTest::testGet_help_param ( )

@covers m_mem::get_help_param

Todo:
Implement testGet_help_param().

Definition at line 253 of file m_memTest.php.

254  {
255  // Remove the following lines when you implement this test.
256  $this->markTestIncomplete(
257  'This test has not been implemented yet.'
258  );
259  }

◆ testHook_menu()

m_memTest::testHook_menu ( )

@covers m_mem::hook_menu

Todo:
Implement testHook_menu().

Definition at line 49 of file m_memTest.php.

50  {
51  // Remove the following lines when you implement this test.
52  $this->markTestIncomplete(
53  'This test has not been implemented yet.'
54  );
55  }

◆ testLogin()

m_memTest::testLogin ( )

@covers m_mem::login

Todo:
Implement testLogin().

Definition at line 73 of file m_memTest.php.

74  {
75  // Remove the following lines when you implement this test.
76  $this->markTestIncomplete(
77  'This test has not been implemented yet.'
78  );
79  }

◆ testPasswd()

m_memTest::testPasswd ( )

@covers m_mem::passwd

Todo:
Implement testPasswd().

Definition at line 181 of file m_memTest.php.

182  {
183  // Remove the following lines when you implement this test.
184  $this->markTestIncomplete(
185  'This test has not been implemented yet.'
186  );
187  }

◆ testResetlast()

m_memTest::testResetlast ( )

@covers m_mem::resetlast

Todo:
Implement testResetlast().

Definition at line 97 of file m_memTest.php.

98  {
99  // Remove the following lines when you implement this test.
100  $this->markTestIncomplete(
101  'This test has not been implemented yet.'
102  );
103  }

◆ testSend_pass()

m_memTest::testSend_pass ( )

@covers m_mem::send_pass

Todo:
Implement testSend_pass().

Definition at line 205 of file m_memTest.php.

206  {
207  // Remove the following lines when you implement this test.
208  $this->markTestIncomplete(
209  'This test has not been implemented yet.'
210  );
211  }

◆ testSession_tempo_params_get()

m_memTest::testSession_tempo_params_get ( )

@covers m_mem::session_tempo_params_get

Todo:
Implement testSession_tempo_params_get().

Definition at line 301 of file m_memTest.php.

302  {
303  // Remove the following lines when you implement this test.
304  $this->markTestIncomplete(
305  'This test has not been implemented yet.'
306  );
307  }

◆ testSession_tempo_params_set()

m_memTest::testSession_tempo_params_set ( )

@covers m_mem::session_tempo_params_set

Todo:
Implement testSession_tempo_params_set().

Definition at line 313 of file m_memTest.php.

314  {
315  // Remove the following lines when you implement this test.
316  $this->markTestIncomplete(
317  'This test has not been implemented yet.'
318  );
319  }

◆ testSet_help_param()

m_memTest::testSet_help_param ( )

@covers m_mem::set_help_param

Todo:
Implement testSet_help_param().

Definition at line 241 of file m_memTest.php.

242  {
243  // Remove the following lines when you implement this test.
244  $this->markTestIncomplete(
245  'This test has not been implemented yet.'
246  );
247  }

◆ testSetid()

m_memTest::testSetid ( )

@covers m_mem::setid

Todo:
Implement testSetid().

Definition at line 85 of file m_memTest.php.

86  {
87  // Remove the following lines when you implement this test.
88  $this->markTestIncomplete(
89  'This test has not been implemented yet.'
90  );
91  }

◆ testShow_help()

m_memTest::testShow_help ( )

@covers m_mem::show_help

Todo:
Implement testShow_help().

Definition at line 265 of file m_memTest.php.

266  {
267  // Remove the following lines when you implement this test.
268  $this->markTestIncomplete(
269  'This test has not been implemented yet.'
270  );
271  }

◆ testSu()

m_memTest::testSu ( )

@covers m_mem::su

Todo:
Implement testSu().

Definition at line 145 of file m_memTest.php.

146  {
147  // Remove the following lines when you implement this test.
148  $this->markTestIncomplete(
149  'This test has not been implemented yet.'
150  );
151  }

◆ testUnsu()

m_memTest::testUnsu ( )

@covers m_mem::unsu

Todo:
Implement testUnsu().

Definition at line 157 of file m_memTest.php.

158  {
159  // Remove the following lines when you implement this test.
160  $this->markTestIncomplete(
161  'This test has not been implemented yet.'
162  );
163  }

Member Data Documentation

◆ $object

m_memTest::$object
protected

Definition at line 12 of file m_memTest.php.


The documentation for this class was generated from the following file: