summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update unit testsBjoern Schiessle2018-07-111-1/+20
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix PHPUnit warningsLukas Reschke2017-08-181-3/+3
| | | | | | | | | | | | | | | | | | ``` 1) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #0 (true) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 2) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #1 (false) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 3) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetSection PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 4) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetPriority PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-2/+11
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add config switchLukas Reschke2016-11-211-0/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use MockBuilder instead of createMockLukas Reschke2016-08-151-1/+1
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-151-0/+84