set covers annotation for each test, complete tests

Cette révision appartient à :
2022-07-16 23:49:47 +02:00
Parent f5579d9d5e
révision 05132f82ee
14 fichiers modifiés avec 393 ajouts et 15 suppressions

Voir le fichier

@ -45,6 +45,7 @@ class UrlTest extends ApiTestCase
* @test
* @return void
* @throws ReflectionException
* @covers \D3\LinkmobilityClient\Url\Url::getBaseUri
*/
public function testGetBaseUri()
{
@ -63,6 +64,7 @@ class UrlTest extends ApiTestCase
/**
* @test
* @throws ReflectionException
* @covers \D3\LinkmobilityClient\Url\Url::getTextSmsUri
*/
public function testGetTextSmsUri()
{
@ -78,6 +80,7 @@ class UrlTest extends ApiTestCase
/**
* @test
* @throws ReflectionException
* @covers \D3\LinkmobilityClient\Url\Url::getBinarySmsUri
*/
public function testGetBinarySmsUri()
{