--- old/class.tx_phpunit_database_testcase.php	2009-07-07 12:02:11.000000000 +0200
+++ new/class.tx_phpunit_database_testcase.php	2009-07-07 12:11:12.000000000 +0200
@@ -11,8 +11,10 @@
 	 */
 	protected $testDatabase;
 
-	public function __construct($name = null) {
-		parent::__construct($name);
+	public function __construct( $name=null, array $data=array(), $dataName='' ) {
+
+		# Invoke parent constructor
+		parent::__construct( $name, $data, $dataName );
 
 		$this->testDatabase = strtolower(TYPO3_db.'_test');
 	}
@@ -297,4 +299,4 @@
 		}
 	}
 }
-?>
\ No newline at end of file
+?>
