Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_broTest Class Reference

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58. More...

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

 $object

Detailed Description

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58.

Definition at line 5 of file m_broTest.php.

Member Function Documentation

setUp ( )
protected

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

This method is called before a test is executed.

Definition at line 16 of file m_broTest.php.

{
$this->object = new m_bro;
}
tearDown ( )
protected

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

This method is called after a test is executed.

Definition at line 26 of file m_broTest.php.

test_delete ( )

m_bro::_delete

Todo:
Implement test_delete().

Definition at line 455 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
test_sort_filelist_name ( )

m_bro::_sort_filelist_name

Todo:
Implement test_sort_filelist_name().

Definition at line 443 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testAlternc_export_conf ( )

m_bro::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 467 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testAlternc_export_data ( )

m_bro::alternc_export_data

Todo:
Implement testAlternc_export_data().

Definition at line 479 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCan_edit ( )

m_bro::can_edit

Todo:
Implement testCan_edit().

Definition at line 323 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testChangePermissions ( )

m_bro::ChangePermissions

Todo:
Implement testChangePermissions().

Definition at line 227 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testContent ( )

m_bro::content

Todo:
Implement testContent().

Definition at line 299 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testContent_send ( )

m_bro::content_send

Todo:
Implement testContent_send().

Definition at line 371 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testConvertabsolute ( )

m_bro::convertabsolute

Todo:
Implement testConvertabsolute().

Definition at line 47 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCopyFile ( )

m_bro::CopyFile

Todo:
Implement testCopyFile().

Definition at line 263 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCopyOneFile ( )

m_bro::CopyOneFile

Todo:
Implement testCopyOneFile().

Definition at line 275 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCreateDir ( )

m_bro::CreateDir

Todo:
Implement testCreateDir().

Definition at line 167 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCreateFile ( )

m_bro::CreateFile

Todo:
Implement testCreateFile().

Definition at line 179 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDeleteFile ( )

m_bro::DeleteFile

Todo:
Implement testDeleteFile().

Definition at line 191 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDirsize ( )

m_bro::dirsize

Todo:
Implement testDirsize().

Definition at line 155 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDownload_link ( )

m_bro::download_link

Todo:
Implement testDownload_link().

Definition at line 359 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDownloadTBZ ( )

m_bro::DownloadTBZ

Todo:
Implement testDownloadTBZ().

Definition at line 419 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDownloadTGZ ( )

m_bro::DownloadTGZ

Todo:
Implement testDownloadTGZ().

Definition at line 407 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDownloadZ ( )

m_bro::DownloadZ

Todo:
Implement testDownloadZ().

Definition at line 395 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDownloadZIP ( )

m_bro::DownloadZIP

Todo:
Implement testDownloadZIP().

Definition at line 431 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testExtractFile ( )

m_bro::ExtractFile

Todo:
Implement testExtractFile().

Definition at line 251 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testFilelist ( )

m_bro::filelist

Todo:
Implement testFilelist().

Definition at line 83 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testFsize ( )

m_bro::fsize

Todo:
Implement testFsize().

Definition at line 143 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_user_root ( )

m_bro::get_user_root

Todo:
Implement testGet_user_root().

Definition at line 59 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_userid_root ( )

m_bro::get_userid_root

Todo:
Implement testGet_userid_root().

Definition at line 71 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGetMaxAllowedUploadSize ( )

m_bro::getMaxAllowedUploadSize

Todo:
Implement testGetMaxAllowedUploadSize().

Definition at line 491 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGetPrefs ( )

m_bro::GetPrefs

Todo:
Implement testGetPrefs().

Definition at line 95 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testHook_menu ( )

m_bro::hook_menu

Todo:
Implement testHook_menu().

Definition at line 35 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testIcon ( )

m_bro::icon

Todo:
Implement testIcon().

Definition at line 119 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testIs_extractable ( )

m_bro::is_extractable

Todo:
Implement testIs_extractable().

Definition at line 335 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testIs_sqlfile ( )

m_bro::is_sqlfile

Todo:
Implement testIs_sqlfile().

Definition at line 347 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testMime ( )

m_bro::mime

Todo:
Implement testMime().

Definition at line 131 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testMoveFile ( )

m_bro::MoveFile

Todo:
Implement testMoveFile().

Definition at line 215 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testPathList ( )

m_bro::PathList

Todo:
Implement testPathList().

Definition at line 287 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testRenameFile ( )

m_bro::RenameFile

Todo:
Implement testRenameFile().

Definition at line 203 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSave ( )

m_bro::save

Todo:
Implement testSave().

Definition at line 383 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSetPrefs ( )

m_bro::SetPrefs

Todo:
Implement testSetPrefs().

Definition at line 107 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUploadFile ( )

m_bro::UploadFile

Todo:
Implement testUploadFile().

Definition at line 239 of file m_broTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testViewurl ( )

m_bro::viewurl

Todo:
Implement testViewurl().

Definition at line 311 of file m_broTest.php.

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

Field Documentation

$object
protected

Definition at line 10 of file m_broTest.php.


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