diff --git a/tests/toolkit/ezpdatabaseregressiontest.php b/tests/toolkit/ezpdatabaseregressiontest.php index 1a8548a09d2..5ff9dece6ab 100644 --- a/tests/toolkit/ezpdatabaseregressiontest.php +++ b/tests/toolkit/ezpdatabaseregressiontest.php @@ -43,11 +43,6 @@ public function __construct() } } - public function getName( $withDataSet = TRUE ) - { - return $this->currentFile; - } - public function getFiles() { return $this->files; diff --git a/tests/toolkit/ezpregressiontest.php b/tests/toolkit/ezpregressiontest.php index c28d090e55c..8146e759e2b 100644 --- a/tests/toolkit/ezpregressiontest.php +++ b/tests/toolkit/ezpregressiontest.php @@ -43,17 +43,6 @@ public function __construct() } } - /** - * Get name of current test (uses file name) - * - * @param bool $withDataSet - * @return string - */ - public function getName( $withDataSet = TRUE ) - { - return $this->currentFile; - } - /** * Get list of files for current set of tests *