summaryrefslogtreecommitdiffstats
path: root/tests/lib/Log
Commit message (Collapse)AuthorAgeFilesLines
* Renamed test classes for file logging tests.Thomas Pulzer2016-07-221-2/+2
|
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-4/+4
| | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+80
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader