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

Public Member Functions

 testHook_menu ()
 @covers m_bro::hook_menu More...
 
 testConvertabsolute ()
 @covers m_bro::convertabsolute More...
 
 testGet_user_root ()
 @covers m_bro::get_user_root More...
 
 testGet_userid_root ()
 @covers m_bro::get_userid_root More...
 
 testFilelist ()
 @covers m_bro::filelist More...
 
 testGetPrefs ()
 @covers m_bro::GetPrefs More...
 
 testSetPrefs ()
 @covers m_bro::SetPrefs More...
 
 testIcon ()
 @covers m_bro::icon More...
 
 testMime ()
 @covers m_bro::mime More...
 
 testFsize ()
 @covers m_bro::fsize More...
 
 testDirsize ()
 @covers m_bro::dirsize More...
 
 testCreateDir ()
 @covers m_bro::CreateDir More...
 
 testCreateFile ()
 @covers m_bro::CreateFile More...
 
 testDeleteFile ()
 @covers m_bro::DeleteFile More...
 
 testRenameFile ()
 @covers m_bro::RenameFile More...
 
 testMoveFile ()
 @covers m_bro::MoveFile More...
 
 testChangePermissions ()
 @covers m_bro::ChangePermissions More...
 
 testUploadFile ()
 @covers m_bro::UploadFile More...
 
 testExtractFile ()
 @covers m_bro::ExtractFile More...
 
 testCopyFile ()
 @covers m_bro::CopyFile More...
 
 testCopyOneFile ()
 @covers m_bro::CopyOneFile More...
 
 testPathList ()
 @covers m_bro::PathList More...
 
 testContent ()
 @covers m_bro::content More...
 
 testViewurl ()
 @covers m_bro::viewurl More...
 
 testCan_edit ()
 @covers m_bro::can_edit More...
 
 testIs_extractable ()
 @covers m_bro::is_extractable More...
 
 testIs_sqlfile ()
 @covers m_bro::is_sqlfile More...
 
 testDownload_link ()
 @covers m_bro::download_link More...
 
 testContent_send ()
 @covers m_bro::content_send More...
 
 testSave ()
 @covers m_bro::save More...
 
 testDownloadZ ()
 @covers m_bro::DownloadZ More...
 
 testDownloadTGZ ()
 @covers m_bro::DownloadTGZ More...
 
 testDownloadTBZ ()
 @covers m_bro::DownloadTBZ More...
 
 testDownloadZIP ()
 @covers m_bro::DownloadZIP More...
 
 test_sort_filelist_name ()
 @covers m_bro::_sort_filelist_name More...
 
 test_delete ()
 @covers m_bro::_delete More...
 
 testAlternc_export_conf ()
 @covers m_bro::alternc_export_conf More...
 
 testAlternc_export_data ()
 @covers m_bro::alternc_export_data More...
 
 testGetMaxAllowedUploadSize ()
 @covers m_bro::getMaxAllowedUploadSize 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_broTest.php.

Member Function Documentation

◆ setUp()

m_broTest::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_broTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_bro;
22  }
This class manage the file browser of AlternC allow the file and directory management in the user acc...
Definition: m_bro.php:30

◆ tearDown()

m_broTest::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_broTest.php.

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

◆ test_delete()

m_broTest::test_delete ( )

@covers m_bro::_delete

Todo:
Implement test_delete().

Definition at line 457 of file m_broTest.php.

458  {
459  // Remove the following lines when you implement this test.
460  $this->markTestIncomplete(
461  'This test has not been implemented yet.'
462  );
463  }

◆ test_sort_filelist_name()

m_broTest::test_sort_filelist_name ( )

@covers m_bro::_sort_filelist_name

Todo:
Implement test_sort_filelist_name().

Definition at line 445 of file m_broTest.php.

446  {
447  // Remove the following lines when you implement this test.
448  $this->markTestIncomplete(
449  'This test has not been implemented yet.'
450  );
451  }

◆ testAlternc_export_conf()

m_broTest::testAlternc_export_conf ( )

@covers m_bro::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 469 of file m_broTest.php.

470  {
471  // Remove the following lines when you implement this test.
472  $this->markTestIncomplete(
473  'This test has not been implemented yet.'
474  );
475  }

◆ testAlternc_export_data()

m_broTest::testAlternc_export_data ( )

@covers m_bro::alternc_export_data

Todo:
Implement testAlternc_export_data().

Definition at line 481 of file m_broTest.php.

482  {
483  // Remove the following lines when you implement this test.
484  $this->markTestIncomplete(
485  'This test has not been implemented yet.'
486  );
487  }

◆ testCan_edit()

m_broTest::testCan_edit ( )

@covers m_bro::can_edit

Todo:
Implement testCan_edit().

Definition at line 325 of file m_broTest.php.

326  {
327  // Remove the following lines when you implement this test.
328  $this->markTestIncomplete(
329  'This test has not been implemented yet.'
330  );
331  }

◆ testChangePermissions()

m_broTest::testChangePermissions ( )

@covers m_bro::ChangePermissions

Todo:
Implement testChangePermissions().

Definition at line 229 of file m_broTest.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  }

◆ testContent()

m_broTest::testContent ( )

@covers m_bro::content

Todo:
Implement testContent().

Definition at line 301 of file m_broTest.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  }

◆ testContent_send()

m_broTest::testContent_send ( )

@covers m_bro::content_send

Todo:
Implement testContent_send().

Definition at line 373 of file m_broTest.php.

374  {
375  // Remove the following lines when you implement this test.
376  $this->markTestIncomplete(
377  'This test has not been implemented yet.'
378  );
379  }

◆ testConvertabsolute()

m_broTest::testConvertabsolute ( )

@covers m_bro::convertabsolute

Todo:
Implement testConvertabsolute().

Definition at line 49 of file m_broTest.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  }

◆ testCopyFile()

m_broTest::testCopyFile ( )

@covers m_bro::CopyFile

Todo:
Implement testCopyFile().

Definition at line 265 of file m_broTest.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  }

◆ testCopyOneFile()

m_broTest::testCopyOneFile ( )

@covers m_bro::CopyOneFile

Todo:
Implement testCopyOneFile().

Definition at line 277 of file m_broTest.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  }

◆ testCreateDir()

m_broTest::testCreateDir ( )

@covers m_bro::CreateDir

Todo:
Implement testCreateDir().

Definition at line 169 of file m_broTest.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  }

◆ testCreateFile()

m_broTest::testCreateFile ( )

@covers m_bro::CreateFile

Todo:
Implement testCreateFile().

Definition at line 181 of file m_broTest.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  }

◆ testDeleteFile()

m_broTest::testDeleteFile ( )

@covers m_bro::DeleteFile

Todo:
Implement testDeleteFile().

Definition at line 193 of file m_broTest.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  }

◆ testDirsize()

m_broTest::testDirsize ( )

@covers m_bro::dirsize

Todo:
Implement testDirsize().

Definition at line 157 of file m_broTest.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  }

◆ testDownload_link()

m_broTest::testDownload_link ( )

@covers m_bro::download_link

Todo:
Implement testDownload_link().

Definition at line 361 of file m_broTest.php.

362  {
363  // Remove the following lines when you implement this test.
364  $this->markTestIncomplete(
365  'This test has not been implemented yet.'
366  );
367  }

◆ testDownloadTBZ()

m_broTest::testDownloadTBZ ( )

@covers m_bro::DownloadTBZ

Todo:
Implement testDownloadTBZ().

Definition at line 421 of file m_broTest.php.

422  {
423  // Remove the following lines when you implement this test.
424  $this->markTestIncomplete(
425  'This test has not been implemented yet.'
426  );
427  }

◆ testDownloadTGZ()

m_broTest::testDownloadTGZ ( )

@covers m_bro::DownloadTGZ

Todo:
Implement testDownloadTGZ().

Definition at line 409 of file m_broTest.php.

410  {
411  // Remove the following lines when you implement this test.
412  $this->markTestIncomplete(
413  'This test has not been implemented yet.'
414  );
415  }

◆ testDownloadZ()

m_broTest::testDownloadZ ( )

@covers m_bro::DownloadZ

Todo:
Implement testDownloadZ().

Definition at line 397 of file m_broTest.php.

398  {
399  // Remove the following lines when you implement this test.
400  $this->markTestIncomplete(
401  'This test has not been implemented yet.'
402  );
403  }

◆ testDownloadZIP()

m_broTest::testDownloadZIP ( )

@covers m_bro::DownloadZIP

Todo:
Implement testDownloadZIP().

Definition at line 433 of file m_broTest.php.

434  {
435  // Remove the following lines when you implement this test.
436  $this->markTestIncomplete(
437  'This test has not been implemented yet.'
438  );
439  }

◆ testExtractFile()

m_broTest::testExtractFile ( )

@covers m_bro::ExtractFile

Todo:
Implement testExtractFile().

Definition at line 253 of file m_broTest.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  }

◆ testFilelist()

m_broTest::testFilelist ( )

@covers m_bro::filelist

Todo:
Implement testFilelist().

Definition at line 85 of file m_broTest.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  }

◆ testFsize()

m_broTest::testFsize ( )

@covers m_bro::fsize

Todo:
Implement testFsize().

Definition at line 145 of file m_broTest.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  }

◆ testGet_user_root()

m_broTest::testGet_user_root ( )

@covers m_bro::get_user_root

Todo:
Implement testGet_user_root().

Definition at line 61 of file m_broTest.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  }

◆ testGet_userid_root()

m_broTest::testGet_userid_root ( )

@covers m_bro::get_userid_root

Todo:
Implement testGet_userid_root().

Definition at line 73 of file m_broTest.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  }

◆ testGetMaxAllowedUploadSize()

m_broTest::testGetMaxAllowedUploadSize ( )

@covers m_bro::getMaxAllowedUploadSize

Todo:
Implement testGetMaxAllowedUploadSize().

Definition at line 493 of file m_broTest.php.

494  {
495  // Remove the following lines when you implement this test.
496  $this->markTestIncomplete(
497  'This test has not been implemented yet.'
498  );
499  }

◆ testGetPrefs()

m_broTest::testGetPrefs ( )

@covers m_bro::GetPrefs

Todo:
Implement testGetPrefs().

Definition at line 97 of file m_broTest.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  }

◆ testHook_menu()

m_broTest::testHook_menu ( )

@covers m_bro::hook_menu

Todo:
Implement testHook_menu().

Definition at line 37 of file m_broTest.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  }

◆ testIcon()

m_broTest::testIcon ( )

@covers m_bro::icon

Todo:
Implement testIcon().

Definition at line 121 of file m_broTest.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  }

◆ testIs_extractable()

m_broTest::testIs_extractable ( )

@covers m_bro::is_extractable

Todo:
Implement testIs_extractable().

Definition at line 337 of file m_broTest.php.

338  {
339  // Remove the following lines when you implement this test.
340  $this->markTestIncomplete(
341  'This test has not been implemented yet.'
342  );
343  }

◆ testIs_sqlfile()

m_broTest::testIs_sqlfile ( )

@covers m_bro::is_sqlfile

Todo:
Implement testIs_sqlfile().

Definition at line 349 of file m_broTest.php.

350  {
351  // Remove the following lines when you implement this test.
352  $this->markTestIncomplete(
353  'This test has not been implemented yet.'
354  );
355  }

◆ testMime()

m_broTest::testMime ( )

@covers m_bro::mime

Todo:
Implement testMime().

Definition at line 133 of file m_broTest.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  }

◆ testMoveFile()

m_broTest::testMoveFile ( )

@covers m_bro::MoveFile

Todo:
Implement testMoveFile().

Definition at line 217 of file m_broTest.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  }

◆ testPathList()

m_broTest::testPathList ( )

@covers m_bro::PathList

Todo:
Implement testPathList().

Definition at line 289 of file m_broTest.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  }

◆ testRenameFile()

m_broTest::testRenameFile ( )

@covers m_bro::RenameFile

Todo:
Implement testRenameFile().

Definition at line 205 of file m_broTest.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  }

◆ testSave()

m_broTest::testSave ( )

@covers m_bro::save

Todo:
Implement testSave().

Definition at line 385 of file m_broTest.php.

386  {
387  // Remove the following lines when you implement this test.
388  $this->markTestIncomplete(
389  'This test has not been implemented yet.'
390  );
391  }

◆ testSetPrefs()

m_broTest::testSetPrefs ( )

@covers m_bro::SetPrefs

Todo:
Implement testSetPrefs().

Definition at line 109 of file m_broTest.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  }

◆ testUploadFile()

m_broTest::testUploadFile ( )

@covers m_bro::UploadFile

Todo:
Implement testUploadFile().

Definition at line 241 of file m_broTest.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  }

◆ testViewurl()

m_broTest::testViewurl ( )

@covers m_bro::viewurl

Todo:
Implement testViewurl().

Definition at line 313 of file m_broTest.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  }

Member Data Documentation

◆ $object

m_broTest::$object
protected

Definition at line 12 of file m_broTest.php.


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