Force "does not perform assertion" for test

This commit is contained in:
Julien Fastré 2023-08-31 11:20:06 +02:00
parent 2a9e461d6f
commit 6001e15907
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -20,6 +20,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
*/ */
final class CustomFieldsGroupControllerTest extends WebTestCase final class CustomFieldsGroupControllerTest extends WebTestCase
{ {
/**
* @doesNotPerformAssertions
*/
public function testCompleteScenario() public function testCompleteScenario()
{ {
self::bootKernel(['environment' => 'test_customizable_entities_test_not_empty_config']); self::bootKernel(['environment' => 'test_customizable_entities_test_not_empty_config']);