kayue / WordpressBundle

THIS PROJECT IS DEPRECATED AND WILL NOT BE MAINTAINED ANYMORE.
48 stars 14 forks source link

Feature/#4 bootstrapping #6

Closed kayue closed 12 years ago

mrtorrent commented 12 years ago

@kayue where possible, would you please add tests for the features you've added? In the future, I'd like to avoid merging anything into master until it is reasonably covered by tests, if that's okay with you.

Also, would you check that the existing test suite passes, please?

kayue commented 12 years ago

Sorry I wasn't familiar with PHPUnit.

For some reason I couldn't run the tests at home, PHPUnit always return nothing (not even error).

I will test it tomorrow in office.

kayue commented 12 years ago

So the reason PHPUnit was returning nothing is because I didn't turn on PHP's error reporting...

Just ran and passed @mrtorrent's test. Will add some new tests.