@@ -50,11 +50,11 @@ public static function dataProviderTestMdNodePath(): array
5050 {
5151 return [
5252 [
53- 'expected ' => 'Fully/Qualified/Structural/Element/Name.md ' ,
53+ 'expected ' => 'Fully/Qualified/Structural/Element/Name ' ,
5454 'args ' => ['\Fully\Qualified\Structural\Element\Name ' ],
5555 ],
5656 [
57- 'expected ' => 'Fully/Qualified/Structural/Element/Name.md ' ,
57+ 'expected ' => 'Fully/Qualified/Structural/Element/Name ' ,
5858 'args ' => [(object )['FullyQualifiedStructuralElementName ' => '\Fully\Qualified\Structural\Element\Name ' ]],
5959 ],
6060 ];
@@ -73,11 +73,11 @@ public static function dataProviderTestMdClassPath(): array
7373 {
7474 return [
7575 [
76- 'expected ' => 'classes/Fully/Qualified/Structural/Element/Name.md ' ,
76+ 'expected ' => 'classes/Fully/Qualified/Structural/Element/Name ' ,
7777 'args ' => ['\Fully\Qualified\Structural\Element\Name ' ],
7878 ],
7979 [
80- 'expected ' => 'classes/Fully/Qualified/Structural/Element/Name.md ' ,
80+ 'expected ' => 'classes/Fully/Qualified/Structural/Element/Name ' ,
8181 'args ' => [(object )['FullyQualifiedStructuralElementName ' => '\Fully\Qualified\Structural\Element\Name ' ]],
8282 ],
8383 ];
@@ -96,11 +96,11 @@ public static function dataProviderTestMdFunctionPath(): array
9696 {
9797 return [
9898 [
99- 'expected ' => 'functions/Fully/Qualified/Structural/Element/Name.md ' ,
99+ 'expected ' => 'functions/Fully/Qualified/Structural/Element/Name ' ,
100100 'args ' => ['\Fully\Qualified\Structural\Element\Name ' ],
101101 ],
102102 [
103- 'expected ' => 'functions/Fully/Qualified/Structural/Element/Name.md ' ,
103+ 'expected ' => 'functions/Fully/Qualified/Structural/Element/Name ' ,
104104 'args ' => [(object )['FullyQualifiedStructuralElementName ' => '\Fully\Qualified\Structural\Element\Name ' ]],
105105 ],
106106 ];
@@ -119,11 +119,11 @@ public static function dataProviderTestMdLink(): array
119119 {
120120 return [
121121 [
122- 'expected ' => '[`Unknown`](./classes/Fully/Qualified/Structural/Element/Name.md ) ' ,
122+ 'expected ' => '[`Unknown`](./classes/Fully/Qualified/Structural/Element/Name) ' ,
123123 'args ' => ['\Fully\Qualified\Structural\Element\Name ' , null , null , 'class ' ],
124124 ],
125125 [
126- 'expected ' => '[`ClassName`](Structural/Element/Name.md ) ' ,
126+ 'expected ' => '[`ClassName`](Structural/Element/Name) ' ,
127127 'args ' => ['\Fully\Qualified\Structural\Element\Name ' , 'classes/Fully/Qualified ' , 'ClassName ' , 'class ' ],
128128 ],
129129 ];
0 commit comments