Skip to content

Commit

Permalink
fix: Repair extension load test
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane authored and graupnerdemos committed Nov 22, 2024
1 parent 2c2839a commit 56b8b00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/Bundle/DependencyInjection/TusExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ protected function getContainerExtensions(): array

public function testExtensionCanLoad(): void
{
$this->load();
$this->load([
'cache_type' => [
'apcu' => [
'enabled' => true,
],
],
]);

self::assertTrue($this->container->hasExtension('tus'));
}
Expand Down

0 comments on commit 56b8b00

Please sign in to comment.