Issue #2409647 by zealfire: ContainerDerivativeDiscoveryDecoratorTest misses @covers and coversDefaultClass documentation

8.0.x
Alex Pott 2015-01-23 12:30:09 +00:00
parent 6c991e8f7a
commit 369771b605
1 changed files with 2 additions and 3 deletions

View File

@ -11,14 +11,13 @@ use Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator;
use Drupal\Tests\UnitTestCase;
/**
* Tests the container aware derivative discovery decorator.
*
* @coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator
* @group Plugin
*/
class ContainerDerivativeDiscoveryDecoratorTest extends UnitTestCase {
/**
* Tests the getDerivativeFetcher method.
* @covers ::getDerivativeFetcher
*
* @see \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator::getDerivativeFetcher().
*/