Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_authipTest.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_authipTest extends PHPUnit_Framework_TestCase
6 {
7  /**
8  * @var m_authip
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_authip;
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_authip::list_ip_whitelist
33  * @todo Implement testList_ip_whitelist().
34  */
35  public function testList_ip_whitelist()
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_authip::hook_menu
45  * @todo Implement testHook_menu().
46  */
47  public function testHook_menu()
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_authip::list_ip
57  * @todo Implement testList_ip().
58  */
59  public function testList_ip()
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_authip::ip_delete
69  * @todo Implement testIp_delete().
70  */
71  public function testIp_delete()
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_authip::get_allowed
81  * @todo Implement testGet_allowed().
82  */
83  public function testGet_allowed()
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_authip::is_wl
93  * @todo Implement testIs_wl().
94  */
95  public function testIs_wl()
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_authip::is_in_subnet
105  * @todo Implement testIs_in_subnet().
106  */
107  public function testIs_in_subnet()
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_authip::ip_save_whitelist
117  * @todo Implement testIp_save_whitelist().
118  */
119  public function testIp_save_whitelist()
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_authip::ip_save
129  * @todo Implement testIp_save().
130  */
131  public function testIp_save()
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_authip::alternc_del_member
141  * @todo Implement testAlternc_del_member().
142  */
143  public function testAlternc_del_member()
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_authip::get_auth_class
153  * @todo Implement testGet_auth_class().
154  */
155  public function testGet_auth_class()
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_authip::ip_affected_save
165  * @todo Implement testIp_affected_save().
166  */
167  public function testIp_affected_save()
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_authip::ip_affected_delete
177  * @todo Implement testIp_affected_delete().
178  */
179  public function testIp_affected_delete()
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_authip::call_hooks
189  * @todo Implement testCall_hooks().
190  */
191  public function testCall_hooks()
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_authip::list_affected
201  * @todo Implement testList_affected().
202  */
203  public function testList_affected()
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 }