Release 2.12 (#4609)

This commit is contained in:
Kevin Papst
2024-02-07 23:47:25 +01:00
committed by GitHub
parent 7abe787778
commit 85a16a9363
394 changed files with 1189 additions and 6735 deletions

View File

@@ -31,12 +31,12 @@ class EncoreExtensionTest extends TestCase
return new EncoreExtension($container, __DIR__ . '/../');
}
public function testGetSubscribedServices()
public function testGetSubscribedServices(): void
{
self::assertEquals([EntrypointLookupInterface::class], EncoreExtension::getSubscribedServices());
}
public function testGetEncoreEntryCssSource()
public function testGetEncoreEntryCssSource(): void
{
$sut = $this->getSut(['test.css', 'test1.css']);
$css = 'body { margin: 0; }p