summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/QueryBuilder/QueryBuilderTest.php
Commit message (Expand)AuthorAgeFilesLines
* DB: warn on parameter number constraintsArthur Schiwon2021-01-111-6/+82
* allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-0/+38
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Remove dropped " ON " when join has no conditionJoas Schilling2020-06-081-6/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
* Fix querybuilder and functionbuilder testsJoas Schilling2017-08-021-25/+25
* fix quote helper testRobin Appelman2017-03-301-1/+1
* Add testsLukas Reschke2016-11-021-0/+126
* Inject config and loggerJoas Schilling2016-11-021-4/+20
* Fix QueryBuilderTestsThomas Müller2016-10-111-10/+10
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+1203