You are here

protected property DiscoveryTestBase::$emptyDiscovery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php \Drupal\system\Tests\Plugin\Discovery\DiscoveryTestBase::emptyDiscovery

An empty discovery component.

This will be tested to ensure that the case where no plugin information is found, is handled correctly.

Type: \Drupal\Component\Plugin\Discovery\DiscoveryInterface

File

core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php, line 40
Contains \Drupal\system\Tests\Plugin\Discovery\DiscoveryTestBase.

Class

DiscoveryTestBase
Base class for plugin discovery tests.

Namespace

Drupal\system\Tests\Plugin\Discovery

Code

protected $emptyDiscovery;