Browse Source

add covers annotation

Dariusz Ruminski 8 years ago
parent
commit
84fde2a6d1

+ 2 - 0
tests/AbstractFunctionReferenceFixerTest.php

@@ -19,6 +19,8 @@ use PhpCsFixer\Tokenizer\Tokens;
  * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\AbstractFunctionReferenceFixer
  */
 final class AbstractFunctionReferenceFixerTest extends \PHPUnit_Framework_TestCase
 {

+ 0 - 1
tests/AutoReview/ProjectCodeTest.php

@@ -39,7 +39,6 @@ final class ProjectCodeTest extends \PHPUnit_Framework_TestCase
         'PhpCsFixer\ConfigurationException\RequiredFixerConfigurationException',
         'PhpCsFixer\Console\Command\CommandHelp',
         'PhpCsFixer\Console\Command\DescribeNameNotFoundException',
-        'PhpCsFixer\Console\Command\ReadmeCommand',
         'PhpCsFixer\Console\Command\SelfUpdateCommand',
         'PhpCsFixer\Console\Output\NullOutput',
         'PhpCsFixer\Differ\DiffConsoleFormatter',

+ 2 - 0
tests/Cache/CacheTest.php

@@ -21,6 +21,8 @@ use PhpCsFixer\ToolInfo;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\Cache
  */
 final class CacheTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Cache/DirectoryTest.php

@@ -18,6 +18,8 @@ use PhpCsFixer\Cache\Directory;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\Directory
  */
 final class DirectoryTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Cache/FileCacheManagerTest.php

@@ -20,6 +20,8 @@ use Prophecy\Argument;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\FileCacheManager
  */
 final class FileCacheManagerTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Cache/FileHandlerTest.php

@@ -20,6 +20,8 @@ use PhpCsFixer\Cache\Signature;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\FileHandler
  */
 final class FileHandlerTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Cache/NullCacheManagerTest.php

@@ -18,6 +18,8 @@ use PhpCsFixer\Cache\NullCacheManager;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\NullCacheManager
  */
 final class NullCacheManagerTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Cache/SignatureTest.php

@@ -18,6 +18,8 @@ use PhpCsFixer\Cache\Signature;
  * @author Andreas Möller <am@localheinz.com>
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Cache\Signature
  */
 final class SignatureTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/ConfigTest.php

@@ -23,6 +23,8 @@ use Symfony\Component\Finder\Finder as SymfonyFinder;
 
 /**
  * @internal
+ *
+ * @covers \PhpCsFixer\Config
  */
 final class ConfigTest extends \PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Console/ApplicationTest.php

@@ -18,6 +18,8 @@ use PhpCsFixer\Console\Application;
  * @author SpacePossum
  *
  * @internal
+ *
+ * @covers \PhpCsFixer\Console\Application
  */
 final class ApplicationTest extends \PHPUnit_Framework_TestCase
 {

Some files were not shown because too many files changed in this diff