X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fupdate%2Ftests%2Fsrc%2FFunctional%2FUpdateUploadTest.php;fp=web%2Fcore%2Fmodules%2Fupdate%2Fsrc%2FTests%2FUpdateUploadTest.php;h=60966200629f20e1fe3f1d024f9e816d31c33042;hp=80d3f15d29f0ebd69e1fe63cc677241e69e4c49e;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/update/src/Tests/UpdateUploadTest.php b/web/core/modules/update/tests/src/Functional/UpdateUploadTest.php similarity index 96% rename from web/core/modules/update/src/Tests/UpdateUploadTest.php rename to web/core/modules/update/tests/src/Functional/UpdateUploadTest.php index 80d3f15d2..609662006 100644 --- a/web/core/modules/update/src/Tests/UpdateUploadTest.php +++ b/web/core/modules/update/tests/src/Functional/UpdateUploadTest.php @@ -1,10 +1,11 @@ $validArchiveFile, ]; @@ -63,7 +68,7 @@ class UpdateUploadTest extends UpdateTestBase { $moduleUpdater = $updaters['module']['class']; $installedInfoFilePath = $this->container->get('update.root') . '/' . $moduleUpdater::getRootDirectoryRelativePath() . '/update_test_new_module/update_test_new_module.info.yml'; $this->assertFalse(file_exists($installedInfoFilePath), 'The new module does not exist in the filesystem before it is installed with the Update Manager.'); - $validArchiveFile = __DIR__ . '/../../tests/update_test_new_module/8.x-1.0/update_test_new_module.tar.gz'; + $validArchiveFile = __DIR__ . '/../../update_test_new_module/8.x-1.0/update_test_new_module.tar.gz'; $edit = [ 'files[project_upload]' => $validArchiveFile, ];