MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / test_remove_crontab

Method test_remove_crontab

mod/test/php/test_php_asyncMod.py:181–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 self.assertEqual(res['code'], 1)
180
181 def test_remove_crontab(self):
182 args = {
183 'id':'19',
184 }
185 res = phpasync.remove_crontab(public.to_dict_obj(args))
186 self.assertEqual(res['code'], 1)
187
188 def test_modify_crontab(self):
189 pass

Callers

nothing calls this directly

Calls 1

remove_crontabMethod · 0.45

Tested by

no test coverage detected