Ticket #28986: 28986.1.diff
File 28986.1.diff, 594 bytes (added by , 11 years ago) |
---|
-
tests/phpunit/includes/testcase.php
11 11 protected $expected_doing_it_wrong = array(); 12 12 protected $caught_doing_it_wrong = array(); 13 13 14 protected static $hooks_saved = array(); 14 protected static $hooks_saved = array( 15 'merged_filters' => array(), 16 'wp_actions' => array(), 17 'wp_current_filter' => array(), 18 'wp_filter' => array(), 19 ); 15 20 protected static $ignore_files; 16 21 17 22 /**