public function PluginInstanceTest::testPluginInstances in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/PluginInstanceTest.php \Drupal\Tests\views\Kernel\PluginInstanceTest::testPluginInstances()
Tests creating instances of every views plugin.
This will iterate through all plugins from _views_fetch_plugin_data(), filtering out deprecated plugins.
File
- core/
modules/ views/ tests/ src/ Kernel/ PluginInstanceTest.php, line 87
Class
- PluginInstanceTest
- Tests that an instance of all views plugins can be created.
Namespace
Drupal\Tests\views\KernelCode
public function testPluginInstances() {
$this
->assertPluginInstances(FALSE);
}