Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -37/+37 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | feat: allow running QueryBuilder queries on different connections | Robin Appelman | 2024-07-15 | 1 | -31/+58 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 1 | -17/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(tests): Make PostgreSQL unit tests less flacky by ordering | Joas Schilling | 2024-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -16/+16 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -2/+9 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -1/+8 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Bump doctrine/dbal from 3.0.0 to 3.1.3 | Christoph Wurst | 2021-10-22 | 1 | -7/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | DB: warn on parameter number constraints | Arthur Schiwon | 2021-01-11 | 1 | -6/+82 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | allow selecting multiple columns with SELECT DISTINCT | Robin Appelman | 2020-11-16 | 1 | -0/+38 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -2/+2 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove dropped " ON " when join has no condition | Joas Schilling | 2020-06-08 | 1 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix querybuilder and functionbuilder tests | Joas Schilling | 2017-08-02 | 1 | -25/+25 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix quote helper test | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add tests | Lukas Reschke | 2016-11-02 | 1 | -0/+126 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Inject config and logger | Joas Schilling | 2016-11-02 | 1 | -4/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix QueryBuilderTests | Thomas Müller | 2016-10-11 | 1 | -10/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+1203 |
* 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 |