Issue #2409647 by zealfire: ContainerDerivativeDiscoveryDecoratorTest misses @covers and coversDefaultClass documentation
parent
6c991e8f7a
commit
369771b605
|
@ -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().
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue