clupilot/app/tests
Boban Blaskovic bb0e07ca47 Fix tailwind build + test-DB isolation
- app.css: CSS quote chars in .clu-quote-text::before/::after were
  literal smart quotes which broke as terminating string delimiters in
  the tailwind v4 parser. Use unicode escapes \201E and \201C.
- tests/TestCase.php: force DB_CONNECTION=sqlite + :memory: in setUp.
  phpunit.xml env section was being ignored by pest 3 runner, so
  RefreshDatabase truncated the real MySQL between turns.
- .env.testing for clarity (sqlite memory).
2026-05-31 22:47:34 +02:00
..
Feature Page: Dashboard + App-Layout + Sidebar component 2026-05-31 22:38:12 +02:00
Unit Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
Pest.php Foundation + Login Glass page from template 2026-05-31 22:18:51 +02:00
TestCase.php Fix tailwind build + test-DB isolation 2026-05-31 22:47:34 +02:00