Refatoring : Working state
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user