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:
parent
e96c9b3c6c
commit
7558ef5e85
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user