Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c95b801

Browse files
committedJan 16, 2025··
derp.
1 parent d7f1280 commit c95b801

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎phpunit/bootstrap.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
echo "Generating code for target: {$phpfhir_test_target}\n";
3838
$config = \DCarbone\PHPFHIR\Config::fromArray(require PHPFHIR_TEST_CONFIG_FILE);
3939
$builder = new DCarbone\PHPFHIR\Builder($config);
40-
$builder->render(true, $phpfhir_test_target);
40+
$builder->render();
4141
})();
4242

4343
// ensure test resource download directory exists

‎phpunit/config.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
[
2727
'name' => getenv('PHPFHIR_TEST_TARGET'),
2828
'schemaPath' => __DIR__ . '/../input/' . getenv('PHPFHIR_TEST_TARGET'),
29-
'namespace' => 'Versions\\' . getenv('PHPFHIR_TEST_TARGET'),
3029
],
3130
],
3231
},

0 commit comments

Comments
 (0)
Please sign in to comment.