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