TIPOFF / test-support

PHP Package for test support on other packages
MIT License
0 stars 0 forks source link

Add support to load views directly from any registered Tipoff package during testing #18

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

Also includes a withViews(...) helper to add any other paths to the search.

pdbreen commented 3 years ago

I flagged don't merge for now - I'm pretty sure there will be an issue trying to get views loaded when they exist in multiple packages (shared base component). I want to make sure there is a solution for that as well before merge.

pdbreen commented 3 years ago

This one is good to go.