Closed Hywan closed 7 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.
mageekguy\atoum\iterators\recursives\directory\factory
IteratorAggregate
getIterator
We need to fix it.
We are not working anymore on HHVM support.
See https://github.com/atoum/atoum/pull/479#issuecomment-239820823. Long story short: The
mageekguy\atoum\iterators\recursives\directory\factory
class is implementingIteratorAggregate
, but thegetIterator
method expects an argument, which is wrong.We need to fix it.