From 6001e159074dc855a7b30af865b5bb5b9ba3e39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 31 Aug 2023 11:20:06 +0200 Subject: [PATCH] Force "does not perform assertion" for test --- .../Tests/Controller/CustomFieldsGroupControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php index 7e0fe12d2..e6fa291d5 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php @@ -20,6 +20,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; */ final class CustomFieldsGroupControllerTest extends WebTestCase { + /** + * @doesNotPerformAssertions + */ public function testCompleteScenario() { self::bootKernel(['environment' => 'test_customizable_entities_test_not_empty_config']);