atoum / ruler-extension

The atoum ruler-extension allows you to filter your tests using Hoa\Ruler.
MIT License
9 stars 4 forks source link

Update Hoa dependency #30

Closed jubianchi closed 8 years ago

jubianchi commented 8 years ago

Thanks @Hywan for the work he did on Hoa itself and for the initial PR (#29)

jubianchi commented 8 years ago

OK, there is a tiny bug in atoum autoloader: it does not handle traits. Let me fix it.

jubianchi commented 8 years ago

everything is in atoum/atoum#556.

Hywan commented 8 years ago

I have restarted the build.

Hywan commented 8 years ago

Hmm, it does not work. @jubianchi can you restart the build?

jubianchi commented 8 years ago

@Hywan let me check ;)

Hywan commented 8 years ago

Is it working?

jubianchi commented 8 years ago

@Hywan not really, it still fails with --prefer-lowest...

agallou commented 8 years ago

@jubianchi @Hywan some minimum version on hoa/ruler dependancies are missing (https://github.com/hoaproject/Central/issues/31). So we had to add them to atoum/ruler-extension (https://github.com/atoum/ruler-extension/pull/22). Those are not present on the PR, so the prefe-lowest test fails. Maybe we should keep them.