X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FBlockContextMappingUpdateTest.php;fp=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FTests%2FUpdate%2FBlockContextMappingUpdateTest.php;h=d1acb3b4145d3631e11fc0f163d07b733b3b5631;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=8a3106d6284c90ffacce9a33ae2ed14f7376d301;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php b/web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php similarity index 88% rename from web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php rename to web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php index 8a3106d62..d1acb3b41 100644 --- a/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php +++ b/web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php @@ -1,10 +1,10 @@ databaseDumpFiles = [ - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php', - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.language-enabled.php', - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.block-test-enabled.php', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.language-enabled.php', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.block-test-enabled.php', ]; }