symfony-cmf / media-bundle

UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
http://cmf.symfony.com/
30 stars 40 forks source link

Fix failing PHP 5.3 tests #132

Closed wouterj closed 9 years ago

wouterj commented 9 years ago

For some reason, SplFileObject causes trouble inside PHPunit's data provider handling. This PR ignores the test related to this object when testing against PHP 5.3. This is an improvement of the current state, which simply "ignores" PHP 5.3 tests completely.

lsmith77 commented 9 years ago

nice