public function MessageUiMassiveHardCodedArgumentsTest::setUp in Message UI 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ MessageUiMassiveHardCodedArgumentsTest.php, line 24
Class
- MessageUiMassiveHardCodedArgumentsTest
- Testing the update of the hard coded arguments in massive way.
Namespace
Drupal\Tests\message_ui\FunctionalCode
public function setUp() {
parent::setUp();
$this->account = $this
->drupalCreateUser();
}