Skip to content

Commit 1af9b7c

Browse files
committed
chore: remove @covers docblock
1 parent bd6d74e commit 1af9b7c

52 files changed

Lines changed: 0 additions & 154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
'ordered_imports' => true,
7474
'php_unit_construct' => true,
7575
'php_unit_method_casing' => ['case' => 'camel_case'],
76-
'php_unit_test_class_requires_covers' => true,
7776
'php_unit_dedicate_assert' => false,
7877
'phpdoc_order' => true,
7978
'phpdoc_types_order' => ['null_adjustment' => 'always_last'],

tests/Integration/Aws/CloudFrontClientTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
use Ymir\Plugin\Http\CurlClient;
1818
use Ymir\Plugin\Tests\Unit\TestCase;
1919

20-
/**
21-
* @covers \Ymir\Plugin\CloudProvider\Aws\CloudFrontClient
22-
*/
2320
class CloudFrontClientTest extends TestCase
2421
{
2522
private $client;

tests/Integration/Aws/SesClientTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
use Ymir\Plugin\Http\CurlClient;
1818
use Ymir\Plugin\Tests\Unit\TestCase;
1919

20-
/**
21-
* @covers \Ymir\Plugin\CloudProvider\Aws\SesClient
22-
*/
2320
class SesClientTest extends TestCase
2421
{
2522
public function testCanSendEmailsReturnsFalse()

tests/Integration/CloudStorage/AbstractCloudStorageStreamWrapperPhpTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
use PHPUnit\Framework\TestCase;
2020
use Ymir\Plugin\Tests\Mock\CloudStorageClientInterfaceMockTrait;
2121

22-
/**
23-
* @coversNothing
24-
*/
2522
abstract class AbstractCloudStorageStreamWrapperPhpTestCase extends TestCase
2623
{
2724
use CloudStorageClientInterfaceMockTrait;

tests/Integration/CloudStorage/AbstractCloudStorageStreamWrapperS3TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
use Ymir\Plugin\CloudProvider\Aws\S3Client;
1818
use Ymir\Plugin\Http\CurlClient;
1919

20-
/**
21-
* @coversNothing
22-
*/
2320
abstract class AbstractCloudStorageStreamWrapperS3TestCase extends TestCase
2421
{
2522
private $client;

tests/Integration/CloudStorage/AbstractCloudStorageStreamWrapperWpFilesystemDirectTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
use Ymir\Plugin\CloudProvider\Aws\S3Client;
1818
use Ymir\Plugin\Http\CurlClient;
1919

20-
/**
21-
* @coversNothing
22-
*/
2320
abstract class AbstractCloudStorageStreamWrapperWpFilesystemDirectTestCase extends TestCase
2421
{
2522
private $client;

tests/Integration/CloudStorage/PrivateCloudStorageStreamWrapperPhpTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper;
1717

18-
/**
19-
* @covers \Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper
20-
*/
2118
class PrivateCloudStorageStreamWrapperPhpTest extends AbstractCloudStorageStreamWrapperPhpTestCase
2219
{
2320
protected function getAcl()

tests/Integration/CloudStorage/PrivateCloudStorageStreamWrapperS3Test.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper;
1717

18-
/**
19-
* @covers \Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper
20-
*/
2118
class PrivateCloudStorageStreamWrapperS3Test extends AbstractCloudStorageStreamWrapperS3TestCase
2219
{
2320
protected function getStreamWrapperClass(): string

tests/Integration/CloudStorage/PrivateCloudStorageStreamWrapperWpFilesystemDirectTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper;
1717

18-
/**
19-
* @covers \Ymir\Plugin\CloudStorage\PrivateCloudStorageStreamWrapper
20-
*/
2118
class PrivateCloudStorageStreamWrapperWpFilesystemDirectTest extends AbstractCloudStorageStreamWrapperWpFilesystemDirectTestCase
2219
{
2320
protected function getStreamWrapper(): string

tests/Integration/CloudStorage/PublicCloudStorageStreamWrapperPhpTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use Ymir\Plugin\CloudStorage\PublicCloudStorageStreamWrapper;
1717

18-
/**
19-
* @covers \Ymir\Plugin\CloudStorage\PublicCloudStorageStreamWrapper
20-
*/
2118
class PublicCloudStorageStreamWrapperPhpTest extends AbstractCloudStorageStreamWrapperPhpTestCase
2219
{
2320
protected function getAcl()

0 commit comments

Comments
 (0)