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

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

Public Member Functions

 testSchedule ()
 m_cron::schedule
 testLst_cron ()
 m_cron::lst_cron
 testHook_menu ()
 m_cron::hook_menu
 testUpdate ()
 m_cron::update
 testDelete_one ()
 m_cron::delete_one
 testValid_schedule ()
 m_cron::valid_schedule
 testHook_quota_get ()
 m_cron::hook_quota_get

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_cronTest.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_cronTest.php.

{
$this->object = new m_cron;
}
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_cronTest.php.

testDelete_one ( )

m_cron::delete_one

Todo:
Implement testDelete_one().

Definition at line 83 of file m_cronTest.php.

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

m_cron::hook_menu

Todo:
Implement testHook_menu().

Definition at line 59 of file m_cronTest.php.

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

m_cron::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 107 of file m_cronTest.php.

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

m_cron::lst_cron

Todo:
Implement testLst_cron().

Definition at line 47 of file m_cronTest.php.

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

m_cron::schedule

Todo:
Implement testSchedule().

Definition at line 35 of file m_cronTest.php.

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

m_cron::update

Todo:
Implement testUpdate().

Definition at line 71 of file m_cronTest.php.

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

m_cron::valid_schedule

Todo:
Implement testValid_schedule().

Definition at line 95 of file m_cronTest.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_cronTest.php.


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