From 2a8c6523f84f2a2aaabc3050356e8738d6feebb9 Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Sat, 23 Sep 2023 00:31:47 +0200 Subject: [PATCH] Fix bad ref in test --- tests/ParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ParserTest.php b/tests/ParserTest.php index fd2fddb..62be081 100644 --- a/tests/ParserTest.php +++ b/tests/ParserTest.php @@ -15,7 +15,7 @@ class ParserTest extends TestCase { /** * @covers ::detect() - * @covers ::key() + * @covers ::makeHashKey() * @covers ::process() * @throws \PHPUnit_Framework_Exception * @throws \PHPUnit\Framework\Exception @@ -92,7 +92,7 @@ protected function getParser(): ParserInterface * @dataProvider provideAgents * @param string $agent * @covers ::parse() - * @covers ::key() + * @covers ::makeHashKey() * @covers ::process() * @throws \PHPUnit_Framework_Exception * @throws \PHPUnit\Framework\Exception