Skip to content

Commit a39151d

Browse files
committed
Fix tests.
1 parent a5e7f02 commit a39151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Middleware/AssetCompressMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function setUp(): void
5252
public function tearDown(): void
5353
{
5454
parent::tearDown();
55-
Plugin::getCollection()->clear();
55+
$this->clearPlugins();
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)