fix covers annotation

This commit is contained in:
Jessica Mauerhan
2016-03-27 16:46:44 -04:00
parent 0cc0f861c8
commit 152eb4098d
+1 -1
View File
@@ -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
{