@@ -135,6 +135,45 @@ public function testCoreServiceAliases(): void {
$this->assertSame($expected,array_intersect($expected,$aliases),sprintf('The following core services do not have map the class name to an alias. Add the following to core.services.yml in the appropriate place: %s%s%s',\PHP_EOL,\PHP_EOL,$formatted));
}
/**
* Tests that core service aliases match the interfaces they map to.