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