peridot-php / peridot-watcher-plugin

Watch tests for changes and re-run them
http://peridot-php.github.io/
MIT License
2 stars 2 forks source link

Lurker\Resource\DirectoryResource, exists() method does not seem to work #10

Closed vaneavasco closed 1 year ago

vaneavasco commented 8 years ago

is_dir($this) uses Symfony\Component\Config\Resource\DirectoryResource's __toString and it does not seem to work on my machine, it only works if I use is_dir($this->getResource()) instead of is_dir($this).

brianium commented 8 years ago

Hmmm.. Is there anything we can do in the watcher plugin? Maybe we should open an issue at Lurker's repository?

vaneavasco commented 8 years ago

Hmm, now that I've looked a bit on their repository I realised that they're already on the right track with this: here . My bad.

brianium commented 8 years ago

No worries. It looks like there is a fix for it, but they have not tagged a new release. I just asked about it in the comments of that commit you linked. As soon as they tag a new release, I will update this plugin accordingly.