owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

Implement tests #125

Open Henni opened 8 years ago

Henni commented 8 years ago

83 fixed phpunit. Now we should also use it to test the php backend.

Tests should be written for:

Controllers:

@v1r0x As you implemented a lot of this, maybe you can also start creating tests.

This should either be part of Milestone 0.1 or 0.2

v1r0x commented 8 years ago

Have a look at how tests are done in php, but as soon as I know it, I'll start testing. I'd like to release 0.1 asap, but I think we should at least cover some basic tests.