From a462e43b51115e1ffba36b4d2d32bf48b18272c8 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Sun, 7 Apr 2024 22:15:00 +0200 Subject: [PATCH] debug jsondata for failed tests --- LitCalHealth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/LitCalHealth.php b/LitCalHealth.php index 5bfe0e1b..bb1c2623 100644 --- a/LitCalHealth.php +++ b/LitCalHealth.php @@ -248,6 +248,7 @@ private function executeUnitTest( string $Test, string $Calendar, int $Year, str else if( gettype( $testResult ) === 'object' ) { $testResult->classes = ".$Test.year-{$Year}.test-valid"; $testResult->test = $Test; + $testResult->jsonData = $jsonData; $this->sendMessage( $to, $testResult ); } }