diff --git a/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml b/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml new file mode 100644 index 0000000000..5b289513ca --- /dev/null +++ b/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml @@ -0,0 +1,6 @@ +name: 'Deprecation test' +type: module +description: 'Support module for testing deprecation behaviors.' +package: Testing +version: VERSION +core: 8.x diff --git a/core/modules/system/src/Deprecation/FixtureDeprecatedClass.php b/core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php similarity index 93% rename from core/modules/system/src/Deprecation/FixtureDeprecatedClass.php rename to core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php index c3fc24a396..65aea78250 100644 --- a/core/modules/system/src/Deprecation/FixtureDeprecatedClass.php +++ b/core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php @@ -1,6 +1,6 @@