Skip to content

Commit

Permalink
Correcting ViewCache unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
armanist committed Dec 22, 2024
1 parent d56f03c commit e6b2d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Libraries/ResourceCache/ViewCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function setUp(): void
parent::setUp();

$this->viewCache = ViewCache::getInstance();
$this->viewCache->setup();
}

public function tearDown(): void
Expand Down

0 comments on commit e6b2d1b

Please sign in to comment.