laracasts / TestDummy

Easy factories for PHP integration testing.
https://laracasts.com/lessons/whats-new-in-testdummy
MIT License
457 stars 80 forks source link

FactoriesFinder should be able to ignore files without extension. #98

Closed rudowastaken closed 9 years ago

rudowastaken commented 9 years ago

I have come across this issue, when using SVN (sigh, I know) FactoriesFinder throws an error related to missing extension for entries file. This fixes the issue.

Flambe commented 9 years ago

+1 I'm also using SVN and getting the same error, this fixes it.