diff --git a/tests/src/Functional/FileSystemOperationsTest.php b/tests/src/Functional/FileSystemOperationsTest.php index 1e821229b44d4edf52e32c327b609c9670710ebb..fe42f99893c1303860d518bbfa0a4ead0173c50d 100644 --- a/tests/src/Functional/FileSystemOperationsTest.php +++ b/tests/src/Functional/FileSystemOperationsTest.php @@ -49,7 +49,7 @@ class FileSystemOperationsTest extends AutomaticUpdatesFunctionalTestBase { // active directory, and has a staging area within the site directory for // this test. $drupal_root = $this->getDrupalRoot(); - /** @var \Drupal\automatic_updates\PathLocator|\Prophecy\Prophecy\ObjectProphecy $locator */ + /** @var \Drupal\package_manager\PathLocator|\Prophecy\Prophecy\ObjectProphecy $locator */ $locator = $this->prophesize(PathLocator::class); $locator->getActiveDirectory()->willReturn(__DIR__ . '/../../fixtures/fake-site'); $this->stageDir = implode(DIRECTORY_SEPARATOR, [