first pass on migration tests
authorChuck Hagenbuch <chuck@horde.org>
Mon, 16 Feb 2009 20:35:23 +0000 (15:35 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 16 Feb 2009 20:35:23 +0000 (15:35 -0500)
commitdcad7e02f5dca586fb2e727e19f27b15c969afa1
treea3b7571b2122de6d129cd9d83bbf66e335958cf8
parent2a72e18f7fba87323b8c5062b757c700474ca42e
first pass on migration tests
12 files changed:
framework/Db/test/Horde/Db/AllTests.php
framework/Db/test/Horde/Db/Migration/BaseTest.php
framework/Db/test/Horde/Db/fixtures/migrations/1_users_have_last_names1.php
framework/Db/test/Horde/Db/fixtures/migrations/2_we_need_reminders1.php
framework/Db/test/Horde/Db/fixtures/migrations/3_innocent_jointable1.php
framework/Db/test/Horde/Db/fixtures/migrations_with_decimal/1_give_me_big_numbers.php
framework/Db/test/Horde/Db/fixtures/migrations_with_duplicate/1_users_have_last_names2.php
framework/Db/test/Horde/Db/fixtures/migrations_with_duplicate/2_we_need_reminders2.php
framework/Db/test/Horde/Db/fixtures/migrations_with_duplicate/3_foo.php
framework/Db/test/Horde/Db/fixtures/migrations_with_duplicate/3_innocent_jointable2.php
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/1000_users_have_middle_names.php
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/1_users_have_last_names3.php