Changeset 33123
- Timestamp:
- 07/08/2015 04:04:11 PM (8 years ago)
- Location:
- trunk/tests/phpunit/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r32990 r33123 32 32 $this->reset(); 33 33 $this->debug = $debug; 34 }35 36 /**37 * PHP4 constructor.38 */39 public function MockAction( $debug = 0 ) {40 self::__construct( $debug );41 34 } 42 35 … … 150 143 xml_set_character_data_handler($this->xml, array($this, 'dataHandler')); 151 144 $this->parse($in); 152 }153 154 /**155 * PHP4 constructor.156 */157 public function testXMLParser( $in ) {158 self::__construct( $in );159 145 } 160 146 -
trunk/tests/phpunit/includes/wp-profiler.php
r32990 r33123 28 28 $this->stack = array(); 29 29 $this->profile = array(); 30 }31 32 /**33 * PHP4 constructor.34 */35 public function WPProfiler() {36 self::__construct();37 30 } 38 31
Note: See TracChangeset
for help on using the changeset viewer.