From a39151def6422c1807b0dc52a753736045f5e7aa Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 17 Dec 2019 14:12:59 -0500 Subject: [PATCH] Fix tests. --- tests/TestCase/Middleware/AssetCompressMiddlewareTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Middleware/AssetCompressMiddlewareTest.php b/tests/TestCase/Middleware/AssetCompressMiddlewareTest.php index 79dc7e74..bc5282d7 100644 --- a/tests/TestCase/Middleware/AssetCompressMiddlewareTest.php +++ b/tests/TestCase/Middleware/AssetCompressMiddlewareTest.php @@ -52,7 +52,7 @@ public function setUp(): void public function tearDown(): void { parent::tearDown(); - Plugin::getCollection()->clear(); + $this->clearPlugins(); } /**