diff --git a/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php b/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php index 64416659d8..734e7efd5b 100644 --- a/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php +++ b/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php @@ -15,14 +15,18 @@ class RegistrationWithUserFieldsTest extends JavascriptTestBase { /** + * WebAssert object. + * * @var \Drupal\Tests\WebAssert */ - private $webAssert; + protected $webAssert; /** + * DocumentElement object. + * * @var \Behat\Mink\Element\DocumentElement */ - private $page; + protected $page; /** * Modules to enable.