diff --git a/app/tests/Fixture/ApiUsersFixture.php b/app/tests/Fixture/ApiUsersFixture.php new file mode 100644 index 000000000..97cd3df57 --- /dev/null +++ b/app/tests/Fixture/ApiUsersFixture.php @@ -0,0 +1,34 @@ + 'api_users']; +} \ No newline at end of file diff --git a/app/tests/Fixture/AttributeGroupsFixture.php b/app/tests/Fixture/AttributeGroupsFixture.php new file mode 100644 index 000000000..07e3f5e18 --- /dev/null +++ b/app/tests/Fixture/AttributeGroupsFixture.php @@ -0,0 +1,34 @@ + 'attribute_groups']; +} \ No newline at end of file diff --git a/app/tests/Fixture/AttributesFixture.php b/app/tests/Fixture/AttributesFixture.php new file mode 100644 index 000000000..819f8f56f --- /dev/null +++ b/app/tests/Fixture/AttributesFixture.php @@ -0,0 +1,34 @@ + 'attributes']; +} \ No newline at end of file diff --git a/app/tests/Fixture/MatchgridsFixture.php b/app/tests/Fixture/MatchgridsFixture.php new file mode 100644 index 000000000..9f4ce55bc --- /dev/null +++ b/app/tests/Fixture/MatchgridsFixture.php @@ -0,0 +1,34 @@ + 'matchgrids', 'records' => true]; +} \ No newline at end of file diff --git a/app/tests/Fixture/MetaFixture.php b/app/tests/Fixture/MetaFixture.php new file mode 100644 index 000000000..5f2a848ff --- /dev/null +++ b/app/tests/Fixture/MetaFixture.php @@ -0,0 +1,34 @@ + 'meta']; +} \ No newline at end of file diff --git a/app/tests/Fixture/PermissionsFixture.php b/app/tests/Fixture/PermissionsFixture.php new file mode 100644 index 000000000..456d2de4c --- /dev/null +++ b/app/tests/Fixture/PermissionsFixture.php @@ -0,0 +1,34 @@ + 'permissions']; +} \ No newline at end of file diff --git a/app/tests/Fixture/RuleAttributesFixture.php b/app/tests/Fixture/RuleAttributesFixture.php new file mode 100644 index 000000000..c05f20b2a --- /dev/null +++ b/app/tests/Fixture/RuleAttributesFixture.php @@ -0,0 +1,34 @@ + 'rule_attributes']; +} \ No newline at end of file diff --git a/app/tests/Fixture/RulesFixture.php b/app/tests/Fixture/RulesFixture.php new file mode 100644 index 000000000..9838dd5d6 --- /dev/null +++ b/app/tests/Fixture/RulesFixture.php @@ -0,0 +1,34 @@ + 'rules']; +} \ No newline at end of file diff --git a/app/tests/Fixture/SystemsOfRecordFixture.php b/app/tests/Fixture/SystemsOfRecordFixture.php new file mode 100644 index 000000000..da14d802c --- /dev/null +++ b/app/tests/Fixture/SystemsOfRecordFixture.php @@ -0,0 +1,34 @@ + 'systems_of_record']; +} \ No newline at end of file diff --git a/app/tests/Fixture/empty b/app/tests/Fixture/empty deleted file mode 100644 index e69de29bb..000000000