From 36e5d6fdba01ee9b0d94f4ab5a2d4107e269d7f8 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 24 Aug 2023 12:17:24 -0400 Subject: [PATCH] Baseline silences, but still triggers 1 exit code --- .github/workflows/test-turbo.yml | 2 +- src/Turbo/deprecations-baseline.json | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 src/Turbo/deprecations-baseline.json diff --git a/.github/workflows/test-turbo.yml b/.github/workflows/test-turbo.yml index 6be886d6b04..db1ae034c8a 100644 --- a/.github/workflows/test-turbo.yml +++ b/.github/workflows/test-turbo.yml @@ -93,4 +93,4 @@ jobs: working-directory: src/Turbo run: vendor/bin/simple-phpunit env: - SYMFONY_DEPRECATIONS_HELPER: 'baselineFile=./deprecations-baseline.json' + SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1' diff --git a/src/Turbo/deprecations-baseline.json b/src/Turbo/deprecations-baseline.json deleted file mode 100644 index f998c70c5f2..00000000000 --- a/src/Turbo/deprecations-baseline.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "location": "Symfony\\UX\\Turbo\\Tests\\BroadcastTest::testBroadcastBasic", - "message": "Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\\ORM\\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)", - "count": 1 - } -]