Skip to content
Snippets Groups Projects
Commit 99d09c15 authored by m.idler's avatar m.idler
Browse files

Add coverage annotation for constructor calls in UnleashHttpClientTest

parent 065a925e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ use Symfony\Contracts\HttpClient\ResponseInterface;
class UnleashHttpClientTest extends TestCase
{
/**
* @covers ::__construct
* @covers ::fetchFeatures
*/
public function testFetchFeaturesRequestThrows(): void
......@@ -39,6 +40,7 @@ class UnleashHttpClientTest extends TestCase
}
/**
* @covers ::__construct
* @covers ::fetchFeatures
*/
public function testFetchFeaturesToArrayThrows(): void
......@@ -68,6 +70,7 @@ class UnleashHttpClientTest extends TestCase
}
/**
* @covers ::__construct
* @covers ::fetchFeatures
*/
public function testFetchFeaturesArrayFeatureKeyExists(): void
......@@ -98,6 +101,7 @@ class UnleashHttpClientTest extends TestCase
}
/**
* @covers ::__construct
* @covers ::fetchFeatures
*/
public function testFetchFeaturesReturnsDefault(): void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment