Beispiel #1
0
 /**
  * @ignore
  */
 public static function export($tOutput = true)
 {
     if (self::$data === null) {
         self::open();
     }
     return String::vardump(self::$data, $tOutput);
 }
Beispiel #2
0
 /**
  * @ignore
  */
 public function export($tOutput = true)
 {
     return String::vardump($this->testReport, $tOutput);
 }
Beispiel #3
0
 /**
  * @ignore
  */
 public static function export($tOutput = true)
 {
     return String::vardump(self::$summary, $tOutput);
 }