You are here

protected property FormTestBase::$formValidator in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Form/FormTestBase.php \Drupal\Tests\Core\Form\FormTestBase::formValidator

Type: \Drupal\Core\Form\FormValidatorInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Form/FormTestBase.php, line 36
Contains \Drupal\Tests\Core\Form\FormTestBase.

Class

FormTestBase
Provides a base class for testing form functionality.

Namespace

Drupal\Tests\Core\Form

Code

protected $formValidator;