forked from fa/breadcrumb-the-shire
chore(agents): implement v2 hardening and enforcement-ready QA
This commit is contained in:
@@ -188,7 +188,7 @@ final class ModuleRegistryTest extends TestCase
|
||||
]);
|
||||
|
||||
$this->expectException(RuntimeException::class);
|
||||
$this->expectExceptionMessage("must define non-empty 'path' and 'target'");
|
||||
$this->expectExceptionMessage('Manifest schema validation failed');
|
||||
|
||||
ModuleRegistry::boot($this->fixturesDir, ['mod-a']);
|
||||
}
|
||||
@@ -205,7 +205,7 @@ final class ModuleRegistryTest extends TestCase
|
||||
]);
|
||||
|
||||
$this->expectException(RuntimeException::class);
|
||||
$this->expectExceptionMessage("must define a non-empty 'key'");
|
||||
$this->expectExceptionMessage('Manifest schema validation failed');
|
||||
|
||||
ModuleRegistry::boot($this->fixturesDir, ['mod-a']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user