Skip to content

Commit 16d4b97

Browse files
committed
fixup! fix: Correctly return app id and app version for core styles and images
1 parent 7d8588f commit 16d4b97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/lib/App/AppManagerTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ protected function setUp(): void {
139139
);
140140
}
141141

142+
protected function tearDown(): void {
143+
parent::tearDown();
144+
145+
// Reset static OC_Util
146+
$util = new \OC_Util();
147+
self::invokePrivate($util, 'versionCache', [null]);
148+
}
149+
142150
/**
143151
* @dataProvider dataGetAppIcon
144152
*/

0 commit comments

Comments
 (0)