Morris Jobke
|
6fd1a9563e
|
add proper prefix for migration tests
|
2014-12-23 11:05:53 +01:00 |
Joas Schilling
|
ea4c25609d
|
Replace uniqid calls with $this->getUniqueID so tests pass again on windows
|
2014-12-03 12:10:55 +01:00 |
Joas Schilling
|
6202ca33ba
|
Make remaining files extend the test base
|
2014-11-19 14:53:59 +01:00 |
Thomas Müller
|
5aab98c4bf
|
disable database migration unit tests for MSSQL
|
2014-10-23 14:35:44 +02:00 |
Vincent Petry
|
e4f068961e
|
Added test for reserved keywords
|
2014-07-01 12:55:36 +02:00 |
Vincent Petry
|
b752aff51d
|
Fix migrator tests to use the correct migrator instances
|
2014-07-01 12:54:35 +02:00 |
Vincent Petry
|
ffdc1c2fcf
|
Added unit test for checkMigrate with primary key + autoinc
Added unit test to make sure that checkMigrate() works when adding a
primary key and autoincrement column to a table schema.
|
2014-06-17 15:23:18 +02:00 |
Robin Appelman
|
4d7045e701
|
Fix unit tests
|
2014-06-03 11:18:17 +02:00 |
Robin Appelman
|
b4cee3d4e9
|
skip tests for oracle
|
2014-06-03 11:18:17 +02:00 |
Robin Appelman
|
adeac7aa39
|
Check sqlite migration on a copy of the database file
|
2014-06-03 11:17:21 +02:00 |
Robin Appelman
|
35550e8d9a
|
Fix migrator for postgres
|
2014-06-03 11:17:21 +02:00 |
Robin Appelman
|
5243562f45
|
skip migration tests for sqlite
|
2014-06-03 11:17:21 +02:00 |
Robin Appelman
|
0035147be9
|
Create unique names for temporary indexes
|
2014-06-03 11:17:21 +02:00 |
Robin Appelman
|
9c6a93a87c
|
Add a mechanism to try the database migration on a copy of the tables before running it on the "real" data
|
2014-06-03 11:17:21 +02:00 |