Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -127/+0 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | Move index.php from files to AppFramework | Lukas Reschke | 2015-11-16 | 1 | -5/+5 |
| | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests. | ||||
* | Cache \OC\URLGenerator::imagePath | Lukas Reschke | 2015-03-17 | 1 | -5/+12 |
| | | | | \OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching. | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Add unit test | Lukas Reschke | 2014-09-08 | 1 | -0/+19 |
| | | | | This unit test is shitty but at least it works... | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -4/+4 |
| | | | | * test case added to avoid adding them later | ||||
* | Remove unused var | Thomas Tanghus | 2014-04-16 | 1 | -5/+0 |
| | |||||
* | Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase | Thomas Tanghus | 2014-04-16 | 1 | -0/+48 |
| | |||||
* | Fix unit tests | Thomas Tanghus | 2014-03-07 | 1 | -3/+27 |
| | |||||
* | add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935 | Bjoern Schiessle | 2014-02-20 | 1 | -0/+34 |