]> source.dussan.org Git - nextcloud-server.git/commit
Add tests for OAuth2 app
authorLukas Reschke <lukas@statuscode.ch>
Thu, 18 May 2017 17:09:59 +0000 (19:09 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 18 May 2017 18:49:10 +0000 (20:49 +0200)
commit691646bdaedca81dc7100337f48a384ca80b5950
tree82957278fa20c4fcaba459c5542f01c003babe85
parent59e968977c64e95fea7a7a96a77a892de5a23d7d
Add tests for OAuth2 app

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/oauth2/lib/Db/AccessTokenMapper.php
apps/oauth2/lib/Db/ClientMapper.php
apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php [new file with mode: 0644]
apps/oauth2/tests/Controller/OauthApiControllerTest.php [new file with mode: 0644]
apps/oauth2/tests/Controller/SettingsControllerTest.php [new file with mode: 0644]
apps/oauth2/tests/Db/AccessTokenMapperTest.php [new file with mode: 0644]
apps/oauth2/tests/Db/ClientMapperTest.php [new file with mode: 0644]
apps/oauth2/tests/Settings/AdminTest.php [new file with mode: 0644]
tests/phpunit-autotest.xml