Alternc  latest
Alternc logiel libre pour l'hébergement
m_broTest.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 use PHPUnit\Framework\TestCase;
6 
7 class m_broTest extends TestCase
8 {
9  /**
10  * @var m_bro
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_bro;
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_bro::hook_menu
35  * @todo Implement testHook_menu().
36  */
37  public function testHook_menu()
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_bro::convertabsolute
47  * @todo Implement testConvertabsolute().
48  */
49  public function testConvertabsolute()
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_bro::get_user_root
59  * @todo Implement testGet_user_root().
60  */
61  public function testGet_user_root()
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_bro::get_userid_root
71  * @todo Implement testGet_userid_root().
72  */
73  public function testGet_userid_root()
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_bro::filelist
83  * @todo Implement testFilelist().
84  */
85  public function testFilelist()
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_bro::GetPrefs
95  * @todo Implement testGetPrefs().
96  */
97  public function testGetPrefs()
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_bro::SetPrefs
107  * @todo Implement testSetPrefs().
108  */
109  public function testSetPrefs()
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_bro::icon
119  * @todo Implement testIcon().
120  */
121  public function testIcon()
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_bro::mime
131  * @todo Implement testMime().
132  */
133  public function testMime()
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_bro::fsize
143  * @todo Implement testFsize().
144  */
145  public function testFsize()
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_bro::dirsize
155  * @todo Implement testDirsize().
156  */
157  public function testDirsize()
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_bro::CreateDir
167  * @todo Implement testCreateDir().
168  */
169  public function testCreateDir()
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_bro::CreateFile
179  * @todo Implement testCreateFile().
180  */
181  public function testCreateFile()
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_bro::DeleteFile
191  * @todo Implement testDeleteFile().
192  */
193  public function testDeleteFile()
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_bro::RenameFile
203  * @todo Implement testRenameFile().
204  */
205  public function testRenameFile()
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_bro::MoveFile
215  * @todo Implement testMoveFile().
216  */
217  public function testMoveFile()
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_bro::ChangePermissions
227  * @todo Implement testChangePermissions().
228  */
229  public function testChangePermissions()
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_bro::UploadFile
239  * @todo Implement testUploadFile().
240  */
241  public function testUploadFile()
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_bro::ExtractFile
251  * @todo Implement testExtractFile().
252  */
253  public function testExtractFile()
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_bro::CopyFile
263  * @todo Implement testCopyFile().
264  */
265  public function testCopyFile()
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_bro::CopyOneFile
275  * @todo Implement testCopyOneFile().
276  */
277  public function testCopyOneFile()
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_bro::PathList
287  * @todo Implement testPathList().
288  */
289  public function testPathList()
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_bro::content
299  * @todo Implement testContent().
300  */
301  public function testContent()
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_bro::viewurl
311  * @todo Implement testViewurl().
312  */
313  public function testViewurl()
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 
321  /**
322  * @covers m_bro::can_edit
323  * @todo Implement testCan_edit().
324  */
325  public function testCan_edit()
326  {
327  // Remove the following lines when you implement this test.
328  $this->markTestIncomplete(
329  'This test has not been implemented yet.'
330  );
331  }
332 
333  /**
334  * @covers m_bro::is_extractable
335  * @todo Implement testIs_extractable().
336  */
337  public function testIs_extractable()
338  {
339  // Remove the following lines when you implement this test.
340  $this->markTestIncomplete(
341  'This test has not been implemented yet.'
342  );
343  }
344 
345  /**
346  * @covers m_bro::is_sqlfile
347  * @todo Implement testIs_sqlfile().
348  */
349  public function testIs_sqlfile()
350  {
351  // Remove the following lines when you implement this test.
352  $this->markTestIncomplete(
353  'This test has not been implemented yet.'
354  );
355  }
356 
357  /**
358  * @covers m_bro::download_link
359  * @todo Implement testDownload_link().
360  */
361  public function testDownload_link()
362  {
363  // Remove the following lines when you implement this test.
364  $this->markTestIncomplete(
365  'This test has not been implemented yet.'
366  );
367  }
368 
369  /**
370  * @covers m_bro::content_send
371  * @todo Implement testContent_send().
372  */
373  public function testContent_send()
374  {
375  // Remove the following lines when you implement this test.
376  $this->markTestIncomplete(
377  'This test has not been implemented yet.'
378  );
379  }
380 
381  /**
382  * @covers m_bro::save
383  * @todo Implement testSave().
384  */
385  public function testSave()
386  {
387  // Remove the following lines when you implement this test.
388  $this->markTestIncomplete(
389  'This test has not been implemented yet.'
390  );
391  }
392 
393  /**
394  * @covers m_bro::DownloadZ
395  * @todo Implement testDownloadZ().
396  */
397  public function testDownloadZ()
398  {
399  // Remove the following lines when you implement this test.
400  $this->markTestIncomplete(
401  'This test has not been implemented yet.'
402  );
403  }
404 
405  /**
406  * @covers m_bro::DownloadTGZ
407  * @todo Implement testDownloadTGZ().
408  */
409  public function testDownloadTGZ()
410  {
411  // Remove the following lines when you implement this test.
412  $this->markTestIncomplete(
413  'This test has not been implemented yet.'
414  );
415  }
416 
417  /**
418  * @covers m_bro::DownloadTBZ
419  * @todo Implement testDownloadTBZ().
420  */
421  public function testDownloadTBZ()
422  {
423  // Remove the following lines when you implement this test.
424  $this->markTestIncomplete(
425  'This test has not been implemented yet.'
426  );
427  }
428 
429  /**
430  * @covers m_bro::DownloadZIP
431  * @todo Implement testDownloadZIP().
432  */
433  public function testDownloadZIP()
434  {
435  // Remove the following lines when you implement this test.
436  $this->markTestIncomplete(
437  'This test has not been implemented yet.'
438  );
439  }
440 
441  /**
442  * @covers m_bro::_sort_filelist_name
443  * @todo Implement test_sort_filelist_name().
444  */
445  public function test_sort_filelist_name()
446  {
447  // Remove the following lines when you implement this test.
448  $this->markTestIncomplete(
449  'This test has not been implemented yet.'
450  );
451  }
452 
453  /**
454  * @covers m_bro::_delete
455  * @todo Implement test_delete().
456  */
457  public function test_delete()
458  {
459  // Remove the following lines when you implement this test.
460  $this->markTestIncomplete(
461  'This test has not been implemented yet.'
462  );
463  }
464 
465  /**
466  * @covers m_bro::alternc_export_conf
467  * @todo Implement testAlternc_export_conf().
468  */
469  public function testAlternc_export_conf()
470  {
471  // Remove the following lines when you implement this test.
472  $this->markTestIncomplete(
473  'This test has not been implemented yet.'
474  );
475  }
476 
477  /**
478  * @covers m_bro::alternc_export_data
479  * @todo Implement testAlternc_export_data().
480  */
481  public function testAlternc_export_data()
482  {
483  // Remove the following lines when you implement this test.
484  $this->markTestIncomplete(
485  'This test has not been implemented yet.'
486  );
487  }
488 
489  /**
490  * @covers m_bro::getMaxAllowedUploadSize
491  * @todo Implement testGetMaxAllowedUploadSize().
492  */
493  public function testGetMaxAllowedUploadSize()
494  {
495  // Remove the following lines when you implement this test.
496  $this->markTestIncomplete(
497  'This test has not been implemented yet.'
498  );
499  }
500 }
This class manage the file browser of AlternC allow the file and directory management in the user acc...
Definition: m_bro.php:30
testContent()
@covers m_bro::content
Definition: m_broTest.php:301
testMoveFile()
@covers m_bro::MoveFile
Definition: m_broTest.php:217
testDownloadTBZ()
@covers m_bro::DownloadTBZ
Definition: m_broTest.php:421
testHook_menu()
@covers m_bro::hook_menu
Definition: m_broTest.php:37
testCreateFile()
@covers m_bro::CreateFile
Definition: m_broTest.php:181
testDeleteFile()
@covers m_bro::DeleteFile
Definition: m_broTest.php:193
testDownloadZIP()
@covers m_bro::DownloadZIP
Definition: m_broTest.php:433
testCopyOneFile()
@covers m_bro::CopyOneFile
Definition: m_broTest.php:277
testMime()
@covers m_bro::mime
Definition: m_broTest.php:133
testGet_userid_root()
@covers m_bro::get_userid_root
Definition: m_broTest.php:73
testIs_extractable()
@covers m_bro::is_extractable
Definition: m_broTest.php:337
testDownloadTGZ()
@covers m_bro::DownloadTGZ
Definition: m_broTest.php:409
testDirsize()
@covers m_bro::dirsize
Definition: m_broTest.php:157
testGetPrefs()
@covers m_bro::GetPrefs
Definition: m_broTest.php:97
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_broTest.php:28
testCan_edit()
@covers m_bro::can_edit
Definition: m_broTest.php:325
testDownload_link()
@covers m_bro::download_link
Definition: m_broTest.php:361
testRenameFile()
@covers m_bro::RenameFile
Definition: m_broTest.php:205
testFilelist()
@covers m_bro::filelist
Definition: m_broTest.php:85
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_broTest.php:18
testFsize()
@covers m_bro::fsize
Definition: m_broTest.php:145
test_delete()
@covers m_bro::_delete
Definition: m_broTest.php:457
testIcon()
@covers m_bro::icon
Definition: m_broTest.php:121
test_sort_filelist_name()
@covers m_bro::_sort_filelist_name
Definition: m_broTest.php:445
testCopyFile()
@covers m_bro::CopyFile
Definition: m_broTest.php:265
testSetPrefs()
@covers m_bro::SetPrefs
Definition: m_broTest.php:109
testSave()
@covers m_bro::save
Definition: m_broTest.php:385
testExtractFile()
@covers m_bro::ExtractFile
Definition: m_broTest.php:253
testAlternc_export_data()
@covers m_bro::alternc_export_data
Definition: m_broTest.php:481
testAlternc_export_conf()
@covers m_bro::alternc_export_conf
Definition: m_broTest.php:469
testDownloadZ()
@covers m_bro::DownloadZ
Definition: m_broTest.php:397
testChangePermissions()
@covers m_bro::ChangePermissions
Definition: m_broTest.php:229
testIs_sqlfile()
@covers m_bro::is_sqlfile
Definition: m_broTest.php:349
testUploadFile()
@covers m_bro::UploadFile
Definition: m_broTest.php:241
testGetMaxAllowedUploadSize()
@covers m_bro::getMaxAllowedUploadSize
Definition: m_broTest.php:493
testContent_send()
@covers m_bro::content_send
Definition: m_broTest.php:373
testConvertabsolute()
@covers m_bro::convertabsolute
Definition: m_broTest.php:49
testGet_user_root()
@covers m_bro::get_user_root
Definition: m_broTest.php:61
testViewurl()
@covers m_bro::viewurl
Definition: m_broTest.php:313
testCreateDir()
@covers m_bro::CreateDir
Definition: m_broTest.php:169
testPathList()
@covers m_bro::PathList
Definition: m_broTest.php:289