Example #1
0
 function assertPreConditions()
 {
     parent::assertPreConditions();
     // Reinit some of the globals that might have been cleared by BP_UnitTestCase::clean_up_global_scope().
     // This is here because it didn't work in clean_up_global_scope(); I don't know why.
     do_action('bp_setup_globals');
 }
Example #2
0
 public function assertPreConditions()
 {
     parent::assertPreConditions();
 }
Example #3
0
 function assertPreConditions()
 {
     parent::assertPreConditions();
     // Reinit some of the globals that might have been cleared by DPA_UnitTestCase::clean_up_global_scope().
 }