Пример #1
0
 function tearDown()
 {
     parent::tearDown();
     $this->objects = array();
     $this->child_node_ids = array();
     $this->db->sql_delete('sys_site_object_tree');
     $this->db->sql_delete('sys_site_object');
     $this->db->sql_delete('sys_object_access');
     $this->db->sql_delete('sys_action_access');
 }
 function tearDown()
 {
 	parent :: tearDown();
 	$this->ac->tally();
 }
Пример #3
0
 function test_user()
 {
     parent::test_limb_case();
 }
 function tearDown()
 {
     parent::tearDown();
     $this->object->tally();
     $this->controller->tally();
 }