aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/LegacyDBTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-323/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-26/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma2019-11-271-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use insertIfNotExist of the new interfaceMorris Jobke2018-03-121-134/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove static:// stream wrapperRobin Appelman2017-01-041-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix the testJoas Schilling2016-10-191-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* only disable unicode test on mysqlMorris Jobke2016-10-191-7/+11
|
* Adding tests for 4 byte unicode charactersMorris Jobke2016-10-191-0/+31
| | | | | * success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+393
* 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