Skip to content

Commit

Permalink
Fix Config property assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Jan 1, 2025
1 parent 80c2cd3 commit d82d265
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/package/php/class_and_method_link_rendering_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ namespace phpdotnet\phd;

require_once __DIR__ . "/../../setup.php";

$config->setXml_file(
__DIR__ . "/data/class_and_method_link_rendering_001.xml"
);
$config->xmlFile = __DIR__ . "/data/class_and_method_link_rendering_001.xml";

$indices = [
[
Expand Down

0 comments on commit d82d265

Please sign in to comment.