Skip to content

Commit

Permalink
debug jsondata for failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Apr 7, 2024
1 parent 1c2a015 commit a462e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LitCalHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
Expand Down

0 comments on commit a462e43

Please sign in to comment.