Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Aug 9, 2023
1 parent 0cdad55 commit e6d4106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 \Aws\Api\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 @@ -12,8 +12,8 @@
use PHPUnit\Framework\TestCase;

/**
* @covers \Aws\ClientSideMonitoring\ApiCallMonitoringMiddleware
* @covers \Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\ApiCallMonitoringMiddleware
* @covers Aws\ClientSideMonitoring\AbstractMonitoringMiddleware
*/
class ApiCallMonitoringMiddlewareTest extends TestCase
{
Expand Down

0 comments on commit e6d4106

Please sign in to comment.