public PhpFileChangeConsumer(IMessageBus bus, IConfiguration config, ILocateRemovedTests removedTestLocator, IRunResultCache cache)
 {
     _config  = config;
     _handler = new PhpRunHandler(bus, config, removedTestLocator, cache);
 }