You are here

protected property BlockFormTest::$pluginFormFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Unit/BlockFormTest.php \Drupal\Tests\block\Unit\BlockFormTest::pluginFormFactory

The plugin form manager.

Type: \Drupal\Core\Plugin\PluginFormFactoryInterface|\Prophecy\Prophecy\ProphecyInterface

File

core/modules/block/tests/src/Unit/BlockFormTest.php, line 65

Class

BlockFormTest
@coversDefaultClass \Drupal\block\BlockForm @group block

Namespace

Drupal\Tests\block\Unit

Code

protected $pluginFormFactory;