Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 17, 2019
1 parent a5e7f02 commit a39151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Middleware/AssetCompressMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function setUp(): void
public function tearDown(): void
{
parent::tearDown();
Plugin::getCollection()->clear();
$this->clearPlugins();
}

/**
Expand Down

0 comments on commit a39151d

Please sign in to comment.