Skip to content

Commit

Permalink
[test] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alissn committed Sep 19, 2024
1 parent 704eea8 commit 1fce213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModuleManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function registerFiles(): void

public function getModulesData(): Collection
{
if (! empty(self::$manifestData)) {
if (! empty(self::$manifestData) && ! app()->runningUnitTests()) {
return self::$manifestData;
}

Expand Down

0 comments on commit 1fce213

Please sign in to comment.