Skip to content

Commit

Permalink
Fix bad ref in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Sep 22, 2023
1 parent 5a6476e commit 2a8c652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ParserTest extends TestCase
{
/**
* @covers ::detect()
* @covers ::key()
* @covers ::makeHashKey()
* @covers ::process()
* @throws \PHPUnit_Framework_Exception
* @throws \PHPUnit\Framework\Exception
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a8c652

Please sign in to comment.