Commit 9ce5444
committed
fix(composer): map DDTrace\\OpenFeature\\ namespace to src/DDTrace/OpenFeature/
Composer PSR-4 autoload only mapped DDTrace\\ to src/api/, so tests and
host code that reference DDTrace\\OpenFeature\\BridgeResultMapper etc
failed to autoload. Add explicit DDTrace\\OpenFeature\\ mapping before
the catch-all DDTrace\\ entry so PSR-4 resolution hits it first.
Verified: vendor/bin/phpunit tests/OpenFeature passes 143/143.1 parent 564c881 commit 9ce5444
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments