Update UtilTest.php

This commit is contained in:
Guilhem Niot 2022-09-03 12:40:23 +02:00 committed by GitHub
parent aaf32cb2c2
commit 3183a2bffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ use PHPUnit\Framework\TestCase;
* @covers \Nelmio\ApiDocBundle\OpenApiPhp\Util::mergeTyped
* @covers \Nelmio\ApiDocBundle\OpenApiPhp\Util::mergeProperty
* @covers \Nelmio\ApiDocBundle\OpenApiPhp\Util::getNestingIndexes
* @covers \Nelmio\ApiDocBundle\OpenApiPhp\Util::getNesting
*/
class UtilTest extends TestCase
{