You are here

13 calls to LazyPluginCollectionTestBase::setupPluginCollection() in Zircon Profile 8

DefaultLazyPluginCollectionTest::testAddInstanceId in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::addInstanceId
DefaultLazyPluginCollectionTest::testClear in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::clear
DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::getConfiguration
DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::setConfiguration
DefaultLazyPluginCollectionTest::testCount in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::count
DefaultLazyPluginCollectionTest::testGet in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::get
DefaultLazyPluginCollectionTest::testGetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::getConfiguration
DefaultLazyPluginCollectionTest::testGetNotExistingPlugin in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::get @expectedException \Drupal\Component\Plugin\Exception\PluginNotFoundException @expectedExceptionMessage Plugin ID 'pear' was not found.
DefaultLazyPluginCollectionTest::testHas in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::has
DefaultLazyPluginCollectionTest::testRemoveInstanceId in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::removeInstanceId
DefaultLazyPluginCollectionTest::testSet in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::set
DefaultLazyPluginCollectionTest::testSetInstanceConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::setInstanceConfiguration
DefaultLazyPluginCollectionTest::testSortHelper in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::sortHelper @dataProvider providerTestSortHelper