In the OrchestraTestbench TestCase, how can I ensure that the original directories defined in the package, such as ./config
, ./routes
, and ./resources
, are used instead of alternative ones? I know I can load the required configurations individually, but is there a way to validate them all at once with a native function?