Skip to content

Commit

Permalink
Removed: getName() method that prevents PHPUnit 3.6 to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickallaert committed Apr 23, 2012
1 parent 1c6afcd commit ac4d1a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions tests/toolkit/ezpdatabaseregressiontest.php
Expand Up @@ -43,11 +43,6 @@ public function __construct()
}
}

public function getName( $withDataSet = TRUE )
{
return $this->currentFile;
}

public function getFiles()
{
return $this->files;
Expand Down
11 changes: 0 additions & 11 deletions tests/toolkit/ezpregressiontest.php
Expand Up @@ -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
*
Expand Down

0 comments on commit ac4d1a1

Please sign in to comment.