From 152eb4098d3c8cc0a4b5cee84033e81f16780d8e Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Sun, 27 Mar 2016 16:46:44 -0400 Subject: [PATCH] fix covers annotation --- tests/src/Generator/RandomLibAdapterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Generator/RandomLibAdapterTest.php b/tests/src/Generator/RandomLibAdapterTest.php index 1fd8dd0..b28ecba 100644 --- a/tests/src/Generator/RandomLibAdapterTest.php +++ b/tests/src/Generator/RandomLibAdapterTest.php @@ -9,7 +9,7 @@ use Mockery; /** * Class RandomLibAdapterTest * @package Ramsey\Uuid\Test\Generator - * @covers Ramsey\Uuid\Generator\SodiumRandomGenerator + * @covers Ramsey\Uuid\Generator\RandomLibAdapter */ class RandomLibAdapterTest extends TestCase {