We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6add98 commit a39b2c1Copy full SHA for a39b2c1
tests/Behavior/Functional/Driver/Common/Integration/BaseTest.php
@@ -61,7 +61,7 @@ protected function prepareOrm(string|array $entitiesPath): void
61
62
$classLocator = $tokenizer->classLocator();
63
64
- $this->schema = new Schema((new Compiler())->compile($this->registry = new Registry($this->dbal), [
+ $this->schema = new Schema((new Compiler())->compile(new Registry($this->dbal), [
65
new ResetTables(),
66
new Embeddings($classLocator, $reader),
67
new Entities($classLocator, $reader),
0 commit comments