Skip to content

Commit 2a8c652

Browse files
committed
Fix bad ref in test
1 parent 5a6476e commit 2a8c652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ParserTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ParserTest extends TestCase
1515
{
1616
/**
1717
* @covers ::detect()
18-
* @covers ::key()
18+
* @covers ::makeHashKey()
1919
* @covers ::process()
2020
* @throws \PHPUnit_Framework_Exception
2121
* @throws \PHPUnit\Framework\Exception
@@ -92,7 +92,7 @@ protected function getParser(): ParserInterface
9292
* @dataProvider provideAgents
9393
* @param string $agent
9494
* @covers ::parse()
95-
* @covers ::key()
95+
* @covers ::makeHashKey()
9696
* @covers ::process()
9797
* @throws \PHPUnit_Framework_Exception
9898
* @throws \PHPUnit\Framework\Exception

0 commit comments

Comments
 (0)