aboutsummaryrefslogtreecommitdiff
path: root/tests/_data
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2021-08-12 10:03:21 +0200
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2021-09-01 15:09:18 +0200
commit98be3c32ea9dd9fdce4616c9b1d425c8cb979309 (patch)
treed2d440cadb9367a13daae175d56c0bca93b0e54f /tests/_data
parent8f1efe9394ed0a6d4822b43fc7b7c7e6ebebc90a (diff)
migration branches for 5.0
Diffstat (limited to 'tests/_data')
-rw-r--r--tests/_data/migrations/10_test_migration_ten.php4
-rw-r--r--tests/_data/migrations/1_test_migration_one.php4
-rw-r--r--tests/_data/migrations/2.1_test_migration_two_one.php4
-rw-r--r--tests/_data/migrations/2_test_migration_two.php4
4 files changed, 16 insertions, 0 deletions
diff --git a/tests/_data/migrations/10_test_migration_ten.php b/tests/_data/migrations/10_test_migration_ten.php
new file mode 100644
index 0000000..27e7d14
--- /dev/null
+++ b/tests/_data/migrations/10_test_migration_ten.php
@@ -0,0 +1,4 @@
+<?php
+class TestMigrationTen extends Migration
+{
+}
diff --git a/tests/_data/migrations/1_test_migration_one.php b/tests/_data/migrations/1_test_migration_one.php
new file mode 100644
index 0000000..f0b36ce
--- /dev/null
+++ b/tests/_data/migrations/1_test_migration_one.php
@@ -0,0 +1,4 @@
+<?php
+class TestMigrationOne extends Migration
+{
+}
diff --git a/tests/_data/migrations/2.1_test_migration_two_one.php b/tests/_data/migrations/2.1_test_migration_two_one.php
new file mode 100644
index 0000000..13126d4
--- /dev/null
+++ b/tests/_data/migrations/2.1_test_migration_two_one.php
@@ -0,0 +1,4 @@
+<?php
+class TestMigrationTwoOne extends Migration
+{
+}
diff --git a/tests/_data/migrations/2_test_migration_two.php b/tests/_data/migrations/2_test_migration_two.php
new file mode 100644
index 0000000..14f4dd3
--- /dev/null
+++ b/tests/_data/migrations/2_test_migration_two.php
@@ -0,0 +1,4 @@
+<?php
+class TestMigrationTwo extends Migration
+{
+}