8000
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.
2 parents 2ff3519 + 360e546 commit f549ad4Copy full SHA for f549ad4
src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php
@@ -760,7 +760,7 @@ public function testConfigureSchemaOracleSequenceNameSuffixed()
760
761
$connection = new Connection(['table_name' => 'messenger_messages'], $driverConnection);
762
$connection->configureSchema($schema, $driverConnection, fn () => true);
763
-
+
764
$expectedSuffix = '_seq';
765
$sequences = $schema->getSequences();
766
$this->assertCount(1, $sequences);
0 commit comments