Fix views inconsistencies

This commit is contained in:
DariusIII
2026-08-09 14:37:39 +02:00
parent 73e5294132
commit f1912e5e74
117 changed files with 3587 additions and 3384 deletions
@@ -423,7 +423,11 @@ class AdminReleaseReportControllerTest extends TestCase
$this->assertFileExists($browseServicePath);
$detailsController = file_get_contents($detailsControllerPath);
// The details view is split into partials under details/partials/; assert against the combined source.
$detailsView = file_get_contents($detailsViewPath);
foreach (glob(resource_path('views/details/partials/*.blade.php')) ?: [] as $detailsPartial) {
$detailsView .= file_get_contents($detailsPartial);
}
$releaseResultsComponent = file_get_contents($releaseResultsComponentPath);
$browseService = file_get_contents($browseServicePath);