Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update invalid covers annotations #2720

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/Api/ShapeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

/**
* @covers Shape
* @covers \Aws\Api\AbstractModel
* @covers Aws\Api\Shape
* @covers Aws\Api\AbstractModel
*/
class ShapeTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
use PHPUnit\Framework\TestCase;

/**
* @covers ApiCallAttemptMonitoringMiddleware
* @covers \Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\ApiCallAttemptMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
*/
class ApiCallAttemptMonitoringMiddlewareTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\TestCase;

/**
* @covers ApiCallMonitoringMiddleware
* @covers \Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\ApiCallMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
*/
class ApiCallMonitoringMiddlewareTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ClientSideMonitoring/ConfigurationProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


/**
* @covers ConfigurationProvider
* @covers Aws\ClientSideMonitoring\ConfigurationProvider
*/
class ConfigurationProviderTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Credentials/CredentialProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


/**
* @covers CredentialProvider
* @covers Aws\Credentials\CredentialProvider
*/
class CredentialProviderTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

/**
* @covers ConfigurationProvider
* @covers Aws\Endpoint\UseDualstackEndpoint\ConfigurationProvider
*/
class ConfigurationProviderTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

/**
* @covers ConfigurationProvider
* @covers Aws\Endpoint\UseFipsEndpoint\ConfigurationProvider
*/
class ConfigurationProviderTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/EndpointDiscovery/ConfigurationProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

/**
* @covers ConfigurationProvider
* @covers Aws\EndpointDiscovery\ConfigurationProvider
*/
class ConfigurationProviderTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Psr\Http\Message\RequestInterface;

/**
* @covers EndpointDiscoveryMiddleware
* @covers Aws\EndpointDiscovery\EndpointDiscoveryMiddleware
*/
class EndpointDiscoveryMiddlewareTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/S3/UseArnRegion/ConfigurationProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

/**
* @covers ConfigurationProvider
* @covers Aws\S3\UseArnRegion\ConfigurationProvider
*/
class ConfigurationProviderTest extends TestCase
{
Expand Down