X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FUpdateEntityDisplayTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FUpdate%2FUpdateEntityDisplayTest.php;h=698d331099cb0668b060716bdf77118bc7a7d0a2;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0a2cbf45bbc0e79aa4765dc1c6c20d3d46dfcb03;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/system/src/Tests/Update/UpdateEntityDisplayTest.php b/web/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php similarity index 88% rename from web/core/modules/system/src/Tests/Update/UpdateEntityDisplayTest.php rename to web/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php index 0a2cbf45b..698d33109 100644 --- a/web/core/modules/system/src/Tests/Update/UpdateEntityDisplayTest.php +++ b/web/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php @@ -1,9 +1,10 @@ databaseDumpFiles = [ - __DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz', + __DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz', ]; }