Commit Graph

7 Commits (47d9ed6d0c6bd8cb3ba551555ba8995a244cfcd0)

Author SHA1 Message Date
Aleksander Machniak 47d9ed6d0c Add support for PHPUnit 6 and 7 (#6870)
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned

We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
5 years ago
Aleksander Machniak a80d73602f Fix db_prefix handling in queries with `TRUNCATE TABLE <name>` and `UNIQUE <name>` (#7013) 5 years ago
Aleksander Machniak ce61c8210e Added test for rcube_db::parse_dsn() 7 years ago
Thomas Bruederli 0bfc862283 Specify test groups for inclusion/exclusion 9 years ago
Aleksander Machniak 496972bf95 Fix backtick character handling in sql queries (#1490312) 9 years ago
Aleksander Machniak ecef4cc919 Add some unit tests for DB classes 10 years ago
Aleksander Machniak d3abad2876 Add more tests for framework classes 10 years ago