Skip to content

Commit

Permalink
automate schema check based on test category
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 4, 2022
1 parent 34ef54f commit a1de05c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LitCalHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ private function executeValidation( object $validation, ConnectionInterface $to
case 'diocesancalendar':
$schema = LitSchema::DIOCESAN;
break;
case 'widerregioncalendar':
$schema = LitSchema::WIDERREGION;
break;
case 'propriumdesanctis':
$schema = LitSchema::PROPRIUMDESANCTIS;
break;
}
$data = file_get_contents( $dataPath );
if( $data !== false ) {
Expand Down

0 comments on commit a1de05c

Please sign in to comment.