aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/auto_increment_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10887] Add spaces.Oleg Pudeyev2012-05-111-1/+1
| | | | PHPBB3-10887
* [ticket/10887] Split auto increment test from db tools test.Oleg Pudeyev2012-05-101-0/+100
Auto increment test does not need any particular columns and should not depend, in particular, on correct handling of binary data. This commit moves auto increment test into its own file and gives it its own table with a simple schema. PHPBB3-10887