Skip to content

Commit a39b2c1

Browse files
committed
Fix deprecations
1 parent a6add98 commit a39b2c1

File tree

1 file changed

+1
-1
lines changed
  • tests/Behavior/Functional/Driver/Common/Integration

1 file changed

+1
-1
lines changed

tests/Behavior/Functional/Driver/Common/Integration/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function prepareOrm(string|array $entitiesPath): void
6161

6262
$classLocator = $tokenizer->classLocator();
6363

64-
$this->schema = new Schema((new Compiler())->compile($this->registry = new Registry($this->dbal), [
64+
$this->schema = new Schema((new Compiler())->compile(new Registry($this->dbal), [
6565
new ResetTables(),
6666
new Embeddings($classLocator, $reader),
6767
new Entities($classLocator, $reader),

0 commit comments

Comments
 (0)