Oct 4, 2023
0
Level 27
Cannot find alias in orchestral/testbench
- My package A depends on package B
- Package B's
composer.jsondefined several"aliases": { "C": "..." - I did a
composer updatein package A to pull in the/vendorfolder - But during a package A test, a blade file in complained that it cannot find the alias
C
Do I need to define aliases separately for testbench?
Please or to participate in this conversation.