krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

We need tests (phpunit) #31

Open that0n3guy opened 10 years ago

that0n3guy commented 10 years ago

Before 1.0, we should probably have unit tests.

jspekken commented 10 years ago

Hehe, very true! But the thing is that i'm not that experienced in writing tests. I'm still testing the "old-school" way;). so maybe if you or someone else could help me or push me in the right direction that would be awesome.

But yeah, thus has to be done for the 1.0 milestone.

that0n3guy commented 10 years ago

I've not written any phpunit tests before either :P. I've done selenium tests though (not helpful i know).

For CI, most people seem to be using travis ci. I'd say take a look at other projects that are tested like ardent or confide.

A quick google:

jspekken commented 10 years ago

Thanks a lot. I will look into this!