You are here

protected property LazyPluginCollectionTestBase::$defaultPluginCollection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php \Drupal\Tests\Core\Plugin\LazyPluginCollectionTestBase::defaultPluginCollection

The tested plugin collection.

Type: \Drupal\Core\Plugin\DefaultLazyPluginCollection|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php, line 30
Contains \Drupal\Tests\Core\Plugin\LazyPluginCollectionTestBase.

Class

LazyPluginCollectionTestBase
Provides a base class for plugin collection tests.

Namespace

Drupal\Tests\Core\Plugin

Code

protected $defaultPluginCollection;