php-admin/tests/Feature
Snider 5a2ce4bab8 test(layout): add comprehensive tests for HLCRF layout system
Add tests for the HLCRF (Header-Left-Content-Right-Footer) layout system
covering all required functionality:

- Layout variant parsing (C, HC, HCF, LC, CR, LCR, HLCRF, etc.)
- Self-documenting ID system (H-0, C-R-2, data-block, data-slot)
- Nested layout rendering with correct path propagation
- Slot rendering with multiple content types (string, Htmlable, closures)
- Alias methods (addHeader, addLeft, addContent, addRight, addFooter)
- Attributes and CSS class management
- Semantic HTML structure (header, aside, main, footer elements)
- Real-world layout patterns (admin dashboard, docs site, email client)
- Edge cases and boundary conditions

80+ tests covering the complete HLCRF layout system.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 19:27:30 +00:00
..
Forms test(forms): add authorization props tests for form components 2026-01-29 13:33:14 +00:00
Honeypot test(honeypot): add comprehensive tests for teapot/honeypot anti-spam system 2026-01-29 19:14:45 +00:00
Layout test(layout): add comprehensive tests for HLCRF layout system 2026-01-29 19:27:30 +00:00
Menu test(honeypot): add comprehensive tests for teapot/honeypot anti-spam system 2026-01-29 19:14:45 +00:00
Modal test(modal): add comprehensive tests for Livewire modal system 2026-01-29 19:23:17 +00:00
Search test(search): add comprehensive tests for search provider registry 2026-01-29 19:18:33 +00:00
.gitkeep Initial commit 2026-01-26 20:48:24 +00:00