diff --git a/Tests/Integration/Composer/ScriptsTest.php b/Tests/Integration/Composer/ScriptsTest.php index ef2b32a..4b9b9ea 100644 --- a/Tests/Integration/Composer/ScriptsTest.php +++ b/Tests/Integration/Composer/ScriptsTest.php @@ -109,8 +109,8 @@ public function bundleConfigurationFileExists() public function bundleClassNameDataProvider(): array { return [ - 'framework bundle' => ['Symfony\\\\Bundle\\\\FrameworkBundle\\\\FrameworkBundle'], - 'rest bundle' => ['PhpList\\\\RestBundle\\\\PhpListRestBundle'], + 'framework bundle' => ['Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle'], + 'rest bundle' => ['PhpList\\RestBundle\\PhpListRestBundle'], ]; }