mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-03 16:24:55 +00:00
🔥 **Tests:** Removed obsolete feature tests for deleted components and endpoints across the project.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Livewire\Livewire;
|
||||
|
||||
it('rejects non-string updates to currentCountry to prevent TypeError on string-typed property', function () {
|
||||
Livewire::test('country.chooser')
|
||||
->set('currentCountry', [])
|
||||
->assertStatus(422);
|
||||
});
|
||||
Reference in New Issue
Block a user