Enhancement description
Right now i'm using Selector::withFilepath with a regex, but i'd prefer to be able to do:
Selector::inDirectory(__DIR__. '/../../src/My/Path/')
This selector should be able to handle relative paths and resolve them.
Suggested approach or solution
Enhancement description
Right now i'm using
Selector::withFilepathwith a regex, but i'd prefer to be able to do:This selector should be able to handle relative paths and resolve them.
Suggested approach or solution