8000 minor #50549 [DoctrineBridge] Update deprecations baseline (nicolas-g… · symfony/symfony@4915f12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4915f12

Browse files
minor #50549 [DoctrineBridge] Update deprecations baseline (nicolas-grekas)
This PR was merged into the 6.2 branch. Discussion ---------- [DoctrineBridge] Update deprecations baseline | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 330bb6a [DoctrineBridge] Update deprecations baseline
2 parents e41e47a + 330bb6a commit 4915f12

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/deprecations-baseline.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,11 @@
954954
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
955955
"count": 1
956956
},
957+
{
958+
"location": "Symfony\\Bridge\\Doctrine\\Tests\\PropertyInfo\\DoctrineExtractorTest::testExtractEnum",
959+
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
960+
"count": 5
961+
},
957962
{
958963
"location": "Symfony\\Bridge\\Doctrine\\Tests\\PropertyInfo\\DoctrineExtractorTest::testGetPropertiesCatchException",
959964
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
@@ -1082,33 +1087,38 @@
10821087
{
10831088
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\Constraints\\UniqueEntityValidatorTest::setUp",
10841089
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
1085-
"count": 28
1090+
"count": 36
10861091
},
10871092
{
10881093
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\Constraints\\UniqueEntityValidatorTest::setUp",
10891094
"message": "Doctrine\\DBAL\\Platforms\\AbstractPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (AbstractPlatform.php:3949 called by ClassMetadataFactory.php:622, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)",
1090-
"count": 56
1095+
"count": 72
10911096
},
10921097
{
10931098
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\Constraints\\UniqueEntityValidatorTest::setUp",
10941099
"message": "SqlitePlatform::canEmulateSchemas() is deprecated. (SqlitePlatform.php:901 called by SchemaTool.php:409, https://github.com/doctrine/dbal/pull/4805, package doctrine/dbal)",
1095-
"count": 28
1100+
"count": 36
10961101
},
10971102
{
10981103
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\Constraints\\UniqueEntityValidatorTest::setUp",
10991104
"message": "Doctrine\\DBAL\\Schema\\Table::getPrimaryKeyColumns is deprecated. Use getPrimaryKey() and Index::getColumns() instead. (Table.php:820 called by Table.php:708, https://github.com/doctrine/dbal/pull/5731, package doctrine/dbal)",
1100-
"count": 560
1105+
"count": 720
11011106
},
11021107
{
11031108
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\Constraints\\UniqueEntityValidatorTest::setUp",
11041109
"message": "Doctrine\\DBAL\\Schema\\Table::getForeignKeyColumns is deprecated. Use getForeignKey() and ForeignKeyConstraint::getLocalColumns() instead. (Table.php:731 called by Table.php:709, https://github.com/doctrine/dbal/pull/5731, package doctrine/dbal)",
1105-
"count": 560
1110+
"count": 720
11061111
},
11071112
{
11081113
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\DoctrineLoaderTest::testLoadClassMetadata",
11091114
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
11101115
"count": 1
11111116
},
1117+
{
1118+
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\DoctrineLoaderTest::testExtractEnum",
1119+
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",
1120+
"count": 1
1121+
},
11121122
{
11131123
"location": "Symfony\\Bridge\\Doctrine\\Tests\\Validator\\DoctrineLoaderTest::testFieldMappingsConfiguration",
11141124
"message": "Doctrine\\DBAL\\Connection::getEventManager is deprecated. (Connection.php:300 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)",

0 commit comments

Comments
 (0)
0