atoum / atoum

The modern, simple and intuitive PHP unit testing framework.
http://atoum.org
Other
1.45k stars 147 forks source link

HHVM incompatibility with `directory\factory::getIterator` #624

Closed Hywan closed 7 years ago

Hywan commented 8 years ago

See https://github.com/atoum/atoum/pull/479#issuecomment-239820823. Long story short: The mageekguy\atoum\iterators\recursives\directory\factory class is implementing IteratorAggregate, but the getIterator method expects an argument, which is wrong.

We need to fix it.

jubianchi commented 7 years ago

We are not working anymore on HHVM support.