Skip to content

Commit

Permalink
derp.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jan 16, 2025
1 parent d7f1280 commit c95b801
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
echo "Generating code for target: {$phpfhir_test_target}\n";
$config = \DCarbone\PHPFHIR\Config::fromArray(require PHPFHIR_TEST_CONFIG_FILE);
$builder = new DCarbone\PHPFHIR\Builder($config);
$builder->render(true, $phpfhir_test_target);
$builder->render();
})();

// ensure test resource download directory exists
Expand Down
1 change: 0 additions & 1 deletion phpunit/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
[
'name' => getenv('PHPFHIR_TEST_TARGET'),
'schemaPath' => __DIR__ . '/../input/' . getenv('PHPFHIR_TEST_TARGET'),
'namespace' => 'Versions\\' . getenv('PHPFHIR_TEST_TARGET'),
],
],
},
Expand Down

0 comments on commit c95b801

Please sign in to comment.