after('class="application-details-card">') ->before('') ->toString(); expect($applicationDetails) ->toContain('') ->toContain('x-on:click="$wire.dispatch(\'loadCompose\', false)"') ->toContain('Reload compose'); }); test('docker compose heading separates its title and action', function () { $view = file_get_contents(resource_path('views/livewire/project/application/general.blade.php')); expect($view)->toContain('
'); });