X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FBlockRemoveDisabledRegionUpdateTest.php;fp=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FTests%2FUpdate%2FBlockRemoveDisabledRegionUpdateTest.php;h=4409c2868e508d9637f992b93398081e9d7c04bb;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=60ba24c712c6aefa086713c4fd405039e80d192a;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/block/src/Tests/Update/BlockRemoveDisabledRegionUpdateTest.php b/web/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php similarity index 83% rename from web/core/modules/block/src/Tests/Update/BlockRemoveDisabledRegionUpdateTest.php rename to web/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php index 60ba24c71..4409c2868 100644 --- a/web/core/modules/block/src/Tests/Update/BlockRemoveDisabledRegionUpdateTest.php +++ b/web/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php @@ -1,8 +1,8 @@ databaseDumpFiles = [ - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', - __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', + __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php', ]; }