jubianchi / atoum

The modern, simple and intuitive PHP 5.3+ unit testing framework.
Other
1 stars 1 forks source link

Why extensions are computed as an array #12

Open Hywan opened 10 years ago

Hywan commented 10 years ago

Hello :-),

This line: https://github.com/jubianchi/atoum/blob/extension/classes/runner.php#L686. Why do we compute an array instead of returning the SplObjectStorage verbatim?