コード例 #1
0
ファイル: testcase.php プロジェクト: jasonmcalpin/BuddyPress
 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');
 }
コード例 #2
0
ファイル: testcase.php プロジェクト: raulmontejo/vimeography
 public function assertPreConditions()
 {
     parent::assertPreConditions();
 }
コード例 #3
0
ファイル: testcase.php プロジェクト: rlybbert/achievements
 function assertPreConditions()
 {
     parent::assertPreConditions();
     // Reinit some of the globals that might have been cleared by DPA_UnitTestCase::clean_up_global_scope().
 }