Example #1
0
 /**
  * Constructs a test case with the given name.
  *
  * @param string $name the name of a testcase
  * @param array $data ?
  * @param string $dataName ?
  */
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->testDatabase = strtolower(TYPO3_db . '_test');
 }