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

Public Member Functions

 testSchedule ()
 @covers m_cron::schedule More...
 
 testLst_cron ()
 @covers m_cron::lst_cron More...
 
 testHook_menu ()
 @covers m_cron::hook_menu More...
 
 testUpdate ()
 @covers m_cron::update More...
 
 testDelete_one ()
 @covers m_cron::delete_one More...
 
 testValid_schedule ()
 @covers m_cron::valid_schedule More...
 
 testHook_quota_get ()
 @covers m_cron::hook_quota_get 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_cronTest.php.

Member Function Documentation

◆ setUp()

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

19  {
20  parent::setUp();
21  $this->object = new m_cron;
22  }
This class manage web-cron tasks.
Definition: m_cron.php:26

◆ tearDown()

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

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

◆ testDelete_one()

m_cronTest::testDelete_one ( )

@covers m_cron::delete_one

Todo:
Implement testDelete_one().

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

◆ testHook_menu()

m_cronTest::testHook_menu ( )

@covers m_cron::hook_menu

Todo:
Implement testHook_menu().

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

◆ testHook_quota_get()

m_cronTest::testHook_quota_get ( )

@covers m_cron::hook_quota_get

Todo:
Implement testHook_quota_get().

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

◆ testLst_cron()

m_cronTest::testLst_cron ( )

@covers m_cron::lst_cron

Todo:
Implement testLst_cron().

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

◆ testSchedule()

m_cronTest::testSchedule ( )

@covers m_cron::schedule

Todo:
Implement testSchedule().

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

◆ testUpdate()

m_cronTest::testUpdate ( )

@covers m_cron::update

Todo:
Implement testUpdate().

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

◆ testValid_schedule()

m_cronTest::testValid_schedule ( )

@covers m_cron::valid_schedule

Todo:
Implement testValid_schedule().

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

Member Data Documentation

◆ $object

m_cronTest::$object
protected

Definition at line 12 of file m_cronTest.php.


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