Changeset 33123 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 07/08/2015 04:04:11 PM (9 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.