lernschiff/tests/Feature/Wire/WireModalDeleteTest.php

8 lines
344 B
PHP

<?php
// Documents the pattern: delete confirmations use Livewire events, not window.confirm
it('delete-Aktion dispatcht openModal statt window.confirm', function () {
// Marked pending until a real delete component is implemented in MVP-2+
$this->markTestSkipped('No DeleteComponent implemented yet — pattern documented here');
});