aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/select.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-320/+0
| | | | PHPBB3-9987
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-2/+1
| | | | PHPBB3-9967
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-251-0/+321
SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is tested using the config table fixture. PHPBB3-9868