Feel free to merge, but I'd appreciate some help writing a test suite for it.
This allows us to do things like ...
class TestSubscriber
{
/**
* @Subscribe(value="test.output", match="prefix")
*/
public function logTestOutput($value): void
{
// This would match test.output.123, test.output.blah, etc ...
}
}
Fixes #78.
Feel free to merge, but I'd appreciate some help writing a test suite for it.
This allows us to do things like ...