diff --git a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php index 7aad3dd7916c87b3452d2792417896b64065e4ed..32c3e05de4f517ecb154240f7491137d6b90abe3 100644 --- a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php +++ b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php @@ -143,7 +143,7 @@ public function testMinimumStabilityStrictness() { */ public function testVerifyTemplateTestProviderIsAccurate() { $root = $this->getDrupalRoot(); - $data = $this->provideTemplateCreateProject($root); + $data = $this->provideTemplateCreateProject(); // Find all the templates. $template_files = Composer::composerSubprojectPaths($root, 'Template');