Index: tests/phpunit/includes/wp-profiler.php
===================================================================
--- tests/phpunit/includes/wp-profiler.php	(revision 33116)
+++ tests/phpunit/includes/wp-profiler.php	(working copy)
@@ -29,13 +29,6 @@
 		$this->profile = array();
 	}
 
-	/**
-	 * PHP4 constructor.
-	 */
-	public function WPProfiler() {
-		self::__construct();
-	}
-
 	function start($name) {
 		$time = $this->microtime();
 
Index: tests/phpunit/includes/utils.php
===================================================================
--- tests/phpunit/includes/utils.php	(revision 33116)
+++ tests/phpunit/includes/utils.php	(working copy)
@@ -33,13 +33,6 @@
 		$this->debug = $debug;
 	}
 
-	/**
-	 * PHP4 constructor.
-	 */
-	public function MockAction( $debug = 0 ) {
-		self::__construct( $debug );
-	}
-
 	function reset() {
 		$this->events = array();
 	}
@@ -151,13 +144,6 @@
 		$this->parse($in);
 	}
 
-	/**
-	 * PHP4 constructor.
-	 */
-	public function testXMLParser( $in ) {
-		self::__construct( $in );
-	}
-
 	function parse($in) {
 		$parse = xml_parse($this->xml, $in, sizeof($in));
 		if (!$parse) {
