Refatoring : Working state

This commit is contained in:
julien
2026-03-16 15:37:57 +01:00
parent aa00bec846
commit a5ca0df375
16 changed files with 251 additions and 568 deletions

View File

@@ -104,7 +104,7 @@ final class MigratorTest extends TestCase
Migrator::run($this->db);
$count = $this->countMigrations();
// Le projet a au moins une migration (001_create_users)
// Le projet a au moins une migration de baseline (001_create_schema)
$this->assertGreaterThan(0, $count, 'Au moins une migration doit être enregistrée');
}