We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dcarbone
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d7f1280 commit c95b801Copy full SHA for c95b801
phpunit/bootstrap.php
@@ -37,7 +37,7 @@
37
echo "Generating code for target: {$phpfhir_test_target}\n";
38
$config = \DCarbone\PHPFHIR\Config::fromArray(require PHPFHIR_TEST_CONFIG_FILE);
39
$builder = new DCarbone\PHPFHIR\Builder($config);
40
- $builder->render(true, $phpfhir_test_target);
+ $builder->render();
41
})();
42
43
// ensure test resource download directory exists
phpunit/config.php
@@ -26,7 +26,6 @@
26
[
27
'name' => getenv('PHPFHIR_TEST_TARGET'),
28
'schemaPath' => __DIR__ . '/../input/' . getenv('PHPFHIR_TEST_TARGET'),
29
- 'namespace' => 'Versions\\' . getenv('PHPFHIR_TEST_TARGET'),
30
],
31
32
},
0 commit comments