From a4a74b93a186216978fa2841b550db77709e0c8e Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 10 Aug 2021 13:04:30 +0300 Subject: [PATCH] feat(tests): update tests structure --- tests/src/flextype/{ => core}/Content/ContentTest.php | 0 tests/src/flextype/{ => core}/Content/Fields/CotentFieldTest.php | 0 .../src/flextype/{ => core}/Content/Fields/CreatedAtFieldTest.php | 0 .../src/flextype/{ => core}/Content/Fields/CreatedByFieldTest.php | 0 tests/src/flextype/{ => core}/Content/Fields/IdFieldTest.php | 0 .../flextype/{ => core}/Content/Fields/ModifiedAtFieldTest.php | 0 tests/src/flextype/{ => core}/Content/Fields/ParsersFieldTest.php | 0 .../flextype/{ => core}/Content/Fields/PublishedAtFieldTest.php | 0 .../flextype/{ => core}/Content/Fields/PublishedByFieldTest.php | 0 .../src/flextype/{ => core}/Content/Fields/RegistryFieldTest.php | 0 .../src/flextype/{ => core}/Content/Fields/RoutableFieldTest.php | 0 tests/src/flextype/{ => core}/Content/Fields/SlugFieldTest.php | 0 tests/src/flextype/{ => core}/Content/Fields/UuidFieldTest.php | 0 .../flextype/{ => core}/Content/Fields/VisibilityFieldTest.php | 0 tests/src/flextype/{ => core}/FilterHelperTest.php | 0 tests/src/flextype/{ => core}/FindHelperTest.php | 0 tests/src/flextype/{ => core}/FlextypHelperTest.php | 0 tests/src/flextype/{ => core}/FlextypeTest.php | 0 tests/src/flextype/{ => core}/Media/MediaTest.php | 0 tests/src/flextype/{ => core}/Parsers/MarkdownTest.php | 0 tests/src/flextype/{ => core}/Parsers/ShortcodeTest.php | 0 .../{ => core}/Parsers/Shortcodes/EntriesShortcodeTest.php | 0 .../flextype/{ => core}/Parsers/Shortcodes/RawShortcodeTest.php | 0 .../{ => core}/Parsers/Shortcodes/RegistryShortcodeTest.php | 0 .../flextype/{ => core}/Parsers/Shortcodes/UrlShortcodeTest.php | 0 tests/src/flextype/{ => core}/PluginsTest.php | 0 tests/src/flextype/{ => core}/Serializers/FrontmatterTest.php | 0 tests/src/flextype/{ => core}/Serializers/JsonTest.php | 0 tests/src/flextype/{ => core}/Serializers/NeonTest.php | 0 tests/src/flextype/{ => core}/Serializers/YamlTest.php | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename tests/src/flextype/{ => core}/Content/ContentTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/CotentFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/CreatedAtFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/CreatedByFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/IdFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/ModifiedAtFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/ParsersFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/PublishedAtFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/PublishedByFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/RegistryFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/RoutableFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/SlugFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/UuidFieldTest.php (100%) rename tests/src/flextype/{ => core}/Content/Fields/VisibilityFieldTest.php (100%) rename tests/src/flextype/{ => core}/FilterHelperTest.php (100%) rename tests/src/flextype/{ => core}/FindHelperTest.php (100%) rename tests/src/flextype/{ => core}/FlextypHelperTest.php (100%) rename tests/src/flextype/{ => core}/FlextypeTest.php (100%) rename tests/src/flextype/{ => core}/Media/MediaTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/MarkdownTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/ShortcodeTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/Shortcodes/EntriesShortcodeTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/Shortcodes/RawShortcodeTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/Shortcodes/RegistryShortcodeTest.php (100%) rename tests/src/flextype/{ => core}/Parsers/Shortcodes/UrlShortcodeTest.php (100%) rename tests/src/flextype/{ => core}/PluginsTest.php (100%) rename tests/src/flextype/{ => core}/Serializers/FrontmatterTest.php (100%) rename tests/src/flextype/{ => core}/Serializers/JsonTest.php (100%) rename tests/src/flextype/{ => core}/Serializers/NeonTest.php (100%) rename tests/src/flextype/{ => core}/Serializers/YamlTest.php (100%) diff --git a/tests/src/flextype/Content/ContentTest.php b/tests/src/flextype/core/Content/ContentTest.php similarity index 100% rename from tests/src/flextype/Content/ContentTest.php rename to tests/src/flextype/core/Content/ContentTest.php diff --git a/tests/src/flextype/Content/Fields/CotentFieldTest.php b/tests/src/flextype/core/Content/Fields/CotentFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/CotentFieldTest.php rename to tests/src/flextype/core/Content/Fields/CotentFieldTest.php diff --git a/tests/src/flextype/Content/Fields/CreatedAtFieldTest.php b/tests/src/flextype/core/Content/Fields/CreatedAtFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/CreatedAtFieldTest.php rename to tests/src/flextype/core/Content/Fields/CreatedAtFieldTest.php diff --git a/tests/src/flextype/Content/Fields/CreatedByFieldTest.php b/tests/src/flextype/core/Content/Fields/CreatedByFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/CreatedByFieldTest.php rename to tests/src/flextype/core/Content/Fields/CreatedByFieldTest.php diff --git a/tests/src/flextype/Content/Fields/IdFieldTest.php b/tests/src/flextype/core/Content/Fields/IdFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/IdFieldTest.php rename to tests/src/flextype/core/Content/Fields/IdFieldTest.php diff --git a/tests/src/flextype/Content/Fields/ModifiedAtFieldTest.php b/tests/src/flextype/core/Content/Fields/ModifiedAtFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/ModifiedAtFieldTest.php rename to tests/src/flextype/core/Content/Fields/ModifiedAtFieldTest.php diff --git a/tests/src/flextype/Content/Fields/ParsersFieldTest.php b/tests/src/flextype/core/Content/Fields/ParsersFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/ParsersFieldTest.php rename to tests/src/flextype/core/Content/Fields/ParsersFieldTest.php diff --git a/tests/src/flextype/Content/Fields/PublishedAtFieldTest.php b/tests/src/flextype/core/Content/Fields/PublishedAtFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/PublishedAtFieldTest.php rename to tests/src/flextype/core/Content/Fields/PublishedAtFieldTest.php diff --git a/tests/src/flextype/Content/Fields/PublishedByFieldTest.php b/tests/src/flextype/core/Content/Fields/PublishedByFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/PublishedByFieldTest.php rename to tests/src/flextype/core/Content/Fields/PublishedByFieldTest.php diff --git a/tests/src/flextype/Content/Fields/RegistryFieldTest.php b/tests/src/flextype/core/Content/Fields/RegistryFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/RegistryFieldTest.php rename to tests/src/flextype/core/Content/Fields/RegistryFieldTest.php diff --git a/tests/src/flextype/Content/Fields/RoutableFieldTest.php b/tests/src/flextype/core/Content/Fields/RoutableFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/RoutableFieldTest.php rename to tests/src/flextype/core/Content/Fields/RoutableFieldTest.php diff --git a/tests/src/flextype/Content/Fields/SlugFieldTest.php b/tests/src/flextype/core/Content/Fields/SlugFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/SlugFieldTest.php rename to tests/src/flextype/core/Content/Fields/SlugFieldTest.php diff --git a/tests/src/flextype/Content/Fields/UuidFieldTest.php b/tests/src/flextype/core/Content/Fields/UuidFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/UuidFieldTest.php rename to tests/src/flextype/core/Content/Fields/UuidFieldTest.php diff --git a/tests/src/flextype/Content/Fields/VisibilityFieldTest.php b/tests/src/flextype/core/Content/Fields/VisibilityFieldTest.php similarity index 100% rename from tests/src/flextype/Content/Fields/VisibilityFieldTest.php rename to tests/src/flextype/core/Content/Fields/VisibilityFieldTest.php diff --git a/tests/src/flextype/FilterHelperTest.php b/tests/src/flextype/core/FilterHelperTest.php similarity index 100% rename from tests/src/flextype/FilterHelperTest.php rename to tests/src/flextype/core/FilterHelperTest.php diff --git a/tests/src/flextype/FindHelperTest.php b/tests/src/flextype/core/FindHelperTest.php similarity index 100% rename from tests/src/flextype/FindHelperTest.php rename to tests/src/flextype/core/FindHelperTest.php diff --git a/tests/src/flextype/FlextypHelperTest.php b/tests/src/flextype/core/FlextypHelperTest.php similarity index 100% rename from tests/src/flextype/FlextypHelperTest.php rename to tests/src/flextype/core/FlextypHelperTest.php diff --git a/tests/src/flextype/FlextypeTest.php b/tests/src/flextype/core/FlextypeTest.php similarity index 100% rename from tests/src/flextype/FlextypeTest.php rename to tests/src/flextype/core/FlextypeTest.php diff --git a/tests/src/flextype/Media/MediaTest.php b/tests/src/flextype/core/Media/MediaTest.php similarity index 100% rename from tests/src/flextype/Media/MediaTest.php rename to tests/src/flextype/core/Media/MediaTest.php diff --git a/tests/src/flextype/Parsers/MarkdownTest.php b/tests/src/flextype/core/Parsers/MarkdownTest.php similarity index 100% rename from tests/src/flextype/Parsers/MarkdownTest.php rename to tests/src/flextype/core/Parsers/MarkdownTest.php diff --git a/tests/src/flextype/Parsers/ShortcodeTest.php b/tests/src/flextype/core/Parsers/ShortcodeTest.php similarity index 100% rename from tests/src/flextype/Parsers/ShortcodeTest.php rename to tests/src/flextype/core/Parsers/ShortcodeTest.php diff --git a/tests/src/flextype/Parsers/Shortcodes/EntriesShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/EntriesShortcodeTest.php similarity index 100% rename from tests/src/flextype/Parsers/Shortcodes/EntriesShortcodeTest.php rename to tests/src/flextype/core/Parsers/Shortcodes/EntriesShortcodeTest.php diff --git a/tests/src/flextype/Parsers/Shortcodes/RawShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/RawShortcodeTest.php similarity index 100% rename from tests/src/flextype/Parsers/Shortcodes/RawShortcodeTest.php rename to tests/src/flextype/core/Parsers/Shortcodes/RawShortcodeTest.php diff --git a/tests/src/flextype/Parsers/Shortcodes/RegistryShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/RegistryShortcodeTest.php similarity index 100% rename from tests/src/flextype/Parsers/Shortcodes/RegistryShortcodeTest.php rename to tests/src/flextype/core/Parsers/Shortcodes/RegistryShortcodeTest.php diff --git a/tests/src/flextype/Parsers/Shortcodes/UrlShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/UrlShortcodeTest.php similarity index 100% rename from tests/src/flextype/Parsers/Shortcodes/UrlShortcodeTest.php rename to tests/src/flextype/core/Parsers/Shortcodes/UrlShortcodeTest.php diff --git a/tests/src/flextype/PluginsTest.php b/tests/src/flextype/core/PluginsTest.php similarity index 100% rename from tests/src/flextype/PluginsTest.php rename to tests/src/flextype/core/PluginsTest.php diff --git a/tests/src/flextype/Serializers/FrontmatterTest.php b/tests/src/flextype/core/Serializers/FrontmatterTest.php similarity index 100% rename from tests/src/flextype/Serializers/FrontmatterTest.php rename to tests/src/flextype/core/Serializers/FrontmatterTest.php diff --git a/tests/src/flextype/Serializers/JsonTest.php b/tests/src/flextype/core/Serializers/JsonTest.php similarity index 100% rename from tests/src/flextype/Serializers/JsonTest.php rename to tests/src/flextype/core/Serializers/JsonTest.php diff --git a/tests/src/flextype/Serializers/NeonTest.php b/tests/src/flextype/core/Serializers/NeonTest.php similarity index 100% rename from tests/src/flextype/Serializers/NeonTest.php rename to tests/src/flextype/core/Serializers/NeonTest.php diff --git a/tests/src/flextype/Serializers/YamlTest.php b/tests/src/flextype/core/Serializers/YamlTest.php similarity index 100% rename from tests/src/flextype/Serializers/YamlTest.php rename to tests/src/flextype/core/Serializers/YamlTest.php