Alternc  latest
Alternc logiel libre pour l'hébergement
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 
6 use PHPUnit\Framework\TestCase;
7 
8 class m_authipTest extends TestCase
9 {
10  /**
11  * @var m_authip
12  */
13  protected $object;
14 
15  /**
16  * Sets up the fixture, for example, opens a network connection.
17  * This method is called before a test is executed.
18  */
19  protected function setUp()
20  {
21  parent::setUp();
22  $this->object = new m_authip;
23  }
24 
25  /**
26  * Tears down the fixture, for example, closes a network connection.
27  * This method is called after a test is executed.
28  */
29  protected function tearDown()
30  {
31  parent::tearDown();
32  }
33 
34  /**
35  * @covers m_authip::list_ip_whitelist
36  * @todo Implement testList_ip_whitelist().
37  */
38  public function testList_ip_whitelist()
39  {
40  // Remove the following lines when you implement this test.
41  $this->markTestIncomplete(
42  'This test has not been implemented yet.'
43  );
44  }
45 
46  /**
47  * @covers m_authip::hook_menu
48  * @todo Implement testHook_menu().
49  */
50  public function testHook_menu()
51  {
52  // Remove the following lines when you implement this test.
53  $this->markTestIncomplete(
54  'This test has not been implemented yet.'
55  );
56  }
57 
58  /**
59  * @covers m_authip::list_ip
60  * @todo Implement testList_ip().
61  */
62  public function testList_ip()
63  {
64  // Remove the following lines when you implement this test.
65  $this->markTestIncomplete(
66  'This test has not been implemented yet.'
67  );
68  }
69 
70  /**
71  * @covers m_authip::ip_delete
72  * @todo Implement testIp_delete().
73  */
74  public function testIp_delete()
75  {
76  // Remove the following lines when you implement this test.
77  $this->markTestIncomplete(
78  'This test has not been implemented yet.'
79  );
80  }
81 
82  /**
83  * @covers m_authip::get_allowed
84  * @todo Implement testGet_allowed().
85  */
86  public function testGet_allowed()
87  {
88  // Remove the following lines when you implement this test.
89  $this->markTestIncomplete(
90  'This test has not been implemented yet.'
91  );
92  }
93 
94  /**
95  * @covers m_authip::is_wl
96  * @todo Implement testIs_wl().
97  */
98  public function testIs_wl()
99  {
100  // Remove the following lines when you implement this test.
101  $this->markTestIncomplete(
102  'This test has not been implemented yet.'
103  );
104  }
105 
106  /**
107  * @covers m_authip::is_in_subnet
108  * @todo Implement testIs_in_subnet().
109  */
110  public function testIs_in_subnet()
111  {
112  // Remove the following lines when you implement this test.
113  $this->markTestIncomplete(
114  'This test has not been implemented yet.'
115  );
116  }
117 
118  /**
119  * @covers m_authip::ip_save_whitelist
120  * @todo Implement testIp_save_whitelist().
121  */
122  public function testIp_save_whitelist()
123  {
124  // Remove the following lines when you implement this test.
125  $this->markTestIncomplete(
126  'This test has not been implemented yet.'
127  );
128  }
129 
130  /**
131  * @covers m_authip::ip_save
132  * @todo Implement testIp_save().
133  */
134  public function testIp_save()
135  {
136  // Remove the following lines when you implement this test.
137  $this->markTestIncomplete(
138  'This test has not been implemented yet.'
139  );
140  }
141 
142  /**
143  * @covers m_authip::alternc_del_member
144  * @todo Implement testAlternc_del_member().
145  */
146  public function testAlternc_del_member()
147  {
148  // Remove the following lines when you implement this test.
149  $this->markTestIncomplete(
150  'This test has not been implemented yet.'
151  );
152  }
153 
154  /**
155  * @covers m_authip::get_auth_class
156  * @todo Implement testGet_auth_class().
157  */
158  public function testGet_auth_class()
159  {
160  // Remove the following lines when you implement this test.
161  $this->markTestIncomplete(
162  'This test has not been implemented yet.'
163  );
164  }
165 
166  /**
167  * @covers m_authip::ip_affected_save
168  * @todo Implement testIp_affected_save().
169  */
170  public function testIp_affected_save()
171  {
172  // Remove the following lines when you implement this test.
173  $this->markTestIncomplete(
174  'This test has not been implemented yet.'
175  );
176  }
177 
178  /**
179  * @covers m_authip::ip_affected_delete
180  * @todo Implement testIp_affected_delete().
181  */
182  public function testIp_affected_delete()
183  {
184  // Remove the following lines when you implement this test.
185  $this->markTestIncomplete(
186  'This test has not been implemented yet.'
187  );
188  }
189 
190  /**
191  * @covers m_authip::call_hooks
192  * @todo Implement testCall_hooks().
193  */
194  public function testCall_hooks()
195  {
196  // Remove the following lines when you implement this test.
197  $this->markTestIncomplete(
198  'This test has not been implemented yet.'
199  );
200  }
201 
202  /**
203  * @covers m_authip::list_affected
204  * @todo Implement testList_affected().
205  */
206  public function testList_affected()
207  {
208  // Remove the following lines when you implement this test.
209  $this->markTestIncomplete(
210  'This test has not been implemented yet.'
211  );
212  }
213 }
Authorized-ip class.
Definition: m_authip.php:26
testGet_auth_class()
@covers m_authip::get_auth_class
testAlternc_del_member()
@covers m_authip::alternc_del_member
testIp_affected_save()
@covers m_authip::ip_affected_save
tearDown()
Tears down the fixture, for example, closes a network connection.
testList_ip()
@covers m_authip::list_ip
testIs_in_subnet()
@covers m_authip::is_in_subnet
testIp_save()
@covers m_authip::ip_save
testIs_wl()
@covers m_authip::is_wl
testIp_save_whitelist()
@covers m_authip::ip_save_whitelist
testIp_affected_delete()
@covers m_authip::ip_affected_delete
testHook_menu()
@covers m_authip::hook_menu
setUp()
Sets up the fixture, for example, opens a network connection.
testList_affected()
@covers m_authip::list_affected
testList_ip_whitelist()
@covers m_authip::list_ip_whitelist
testCall_hooks()
@covers m_authip::call_hooks
testGet_allowed()
@covers m_authip::get_allowed
testIp_delete()
@covers m_authip::ip_delete