theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

Fixed namespace issue with tests #27

Closed edorian closed 12 years ago

edorian commented 12 years ago

Running the tests on linux resulted in:

Fatal error: Class 'TheSeer\Tools\PHPFilterIterator' not found in /home/edo/Desktop/PHP/Autoload/src/classfinder.php on line 239

Not sure if that code just doesn't executed or why it works for you (Maybe different directoryScanner version?)

I thought I'll just submit the pull. Just in case

edorian commented 12 years ago

Never mind. I failed to merge upstream and didn't notice :)