1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix @covers annotation.

This commit is contained in:
AndrolGenhald 2022-01-11 09:45:29 -06:00
parent e96c9b3c6c
commit 7558ef5e85

View File

@ -8,7 +8,7 @@ use Psalm\Tests\TestCase;
class InternalCallMapHandlerTest extends TestCase
{
/**
* @covers InternalCallMapHandler::getCallMap
* @covers \Psalm\Internal\Codebase\InternalCallMapHandler::getCallMap
*/
public function testGetcallmapReturnsAValidCallmap(): void
{