We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e7f02 commit a39151dCopy full SHA for a39151d
tests/TestCase/Middleware/AssetCompressMiddlewareTest.php
@@ -52,7 +52,7 @@ public function setUp(): void
52
public function tearDown(): void
53
{
54
parent::tearDown();
55
- Plugin::getCollection()->clear();
+ $this->clearPlugins();
56
}
57
58
/**
0 commit comments