This website requires JavaScript.
Explore
Help
Register
Sign In
ibnezzoubayr
/
L-Ami-Fiduciaire
Watch
1
Star
0
Fork
0
You've already forked L-Ami-Fiduciaire
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
l-ami-fiduciaire-v1.0.0
Add File
New File
Apply Patch
L-Ami-Fiduciaire
/
tests
/
Unit
/
ExampleTest.php
6 lines
81 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
feat: L'Ami Fiduciaire V1.0.0 — full codebase with Story 0.1 complete Initial commit of the L'Ami Fiduciaire SaaS platform built on Laravel 12, Vue 3, Inertia.js 2, and Tailwind CSS 4. Story 0.1 (rename folders to declarations in database) is implemented and code-reviewed: migration, rollback, and 6 Pest tests all passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 23:33:10 +00:00
<
?
php
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
feat: complete Epic 0 — foundation migration & infrastructure setup Stories 0.2-0.5: rename folders→declarations (backend+frontend), configure Redis for cache/queue/sessions, add foundation database migrations (permissions, archived_at), replace DeclarationStatus enum with architecture lifecycle values, create DeclarationObserver for status transition validation and auto-archive, fix controller status transitions to respect observer rules. 93 tests pass (240 assertions). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 18:25:32 +00:00
});
Reference in New Issue
Copy Permalink