Exemplo n.º 1
0
 protected function getDataSetAsString($includeData = true)
 {
     $out = parent::getDataSetAsString($includeData);
     if ($this->dataName) {
         $out .= "\n{$this->dataFile}\n{$this->dataName}";
     }
     return $out;
 }
Exemplo n.º 2
0
 /**
  * Override PHPUnit's default behavior so authentication data doesn't
  * get broadcasted
  */
 protected function getDataSetAsString($strict = true)
 {
     return parent::getDataSetAsString(false);
 }